update values

This commit is contained in:
Stavros kois
2023-01-30 11:49:21 +02:00
parent ba5f225eaf
commit 4dfb034194
2 changed files with 17 additions and 11 deletions
+7
View File
@@ -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
+10 -11
View File
@@ -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