mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
update values
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user