From 0b81ce5947970cf485bef28d7a6312b3c056afdc Mon Sep 17 00:00:00 2001 From: Deepak Devadathan Date: Thu, 19 Dec 2024 10:57:16 +1100 Subject: [PATCH] docs: Updated documentation for customizing existing addons Updated documentation for customizing existing addons Signed-off-by: Deepak Devadathan --- docs/src/guide/cluster_addons.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/guide/cluster_addons.md b/docs/src/guide/cluster_addons.md index 8dd5fbb0..5598c222 100644 --- a/docs/src/guide/cluster_addons.md +++ b/docs/src/guide/cluster_addons.md @@ -10,6 +10,8 @@ Cluster add-on removal (using the `cluster_addons_to_remove` variable) requires - the stand-alone cluster-autoscaler deployment, using the [extension module](./extensions_cluster_autoscaler.md) - the cluster-autoscaler add-on +When customizing the configuration of an existing addon, use the flag `override_existing=true`. Default value is false if not specified. + ## Example usage ```javascript {{#include ../../../examples/cluster-addons/vars-cluster-addons.auto.tfvars:4:}}