From 4dfb0341940a00769b2cf67a501c49eeceb744e6 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 30 Jan 2023 11:49:21 +0200 Subject: [PATCH] update values --- library/common-test/values.yaml | 7 +++++++ library/common/1.0.0/values.yaml | 21 ++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/library/common-test/values.yaml b/library/common-test/values.yaml index e69de29bb2..2f91c7228a 100644 --- a/library/common-test/values.yaml +++ b/library/common-test/values.yaml @@ -0,0 +1,7 @@ +# As we have by default enabled +# a "main" controller" for all charts +# We disable it so tests run with their defined +# controllers (Tests use a different named controller) +controllers: + main: + enabled: false diff --git a/library/common/1.0.0/values.yaml b/library/common/1.0.0/values.yaml index f3b84ed1b3..77e8100317 100644 --- a/library/common/1.0.0/values.yaml +++ b/library/common/1.0.0/values.yaml @@ -369,9 +369,9 @@ notes: # -- Controllers controllers: # -- Controller name - controller-name: + main: # -- Enables the controller - enabled: false + enabled: true # -- Primary controller primary: true # -- Controller type @@ -380,15 +380,14 @@ controllers: labels: {} # -- Controller annotations annotations: {} - - # # -- Controller replicas (Deployment and StatefulSet only) - # replicas: 1 - # # -- Controller revision history limit - # revisionHistoryLimit: 3 - # # Strategy - # # -- Controller strategy type - # strategy: Recreate - # # -- Controller strategy rolling update + # -- Controller replicas (Deployment and StatefulSet only) + replicas: 1 + # -- Controller revision history limit + revisionHistoryLimit: 3 + # Strategy + # -- Controller strategy type + strategy: Recreate + # -- Controller strategy rolling update # rollingUpdate: # # -- Controller strategy rolling update max unavailable # maxUnavailable: 1