feat(argo-rollouts): Add ability to provide additional volumes (#1965)

This commit is contained in:
Marco Kilchhofer 2023-04-14 01:58:48 +02:00 committed by GitHub
parent 388102400f
commit dfe36fbde9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 3 deletions

View file

@ -154,6 +154,17 @@ controller:
# -- Maximum number / percentage of pods that may be made unavailable
maxUnavailable: # 0
# -- Additional volumes to add to the controller pod
volumes: []
# - configMap:
# name: my-certs-cm
# name: my-certs
# -- Additional volumeMounts to add to the controller container
volumeMounts: []
# - mountPath: /etc/ssl/certs
# name: my-certs
serviceAccount:
# -- Specifies whether a service account should be created
create: true
@ -355,6 +366,12 @@ dashboard:
# hosts:
# - argorollouts.example.com
# -- Additional volumes to add to the dashboard pod
volumes: []
# -- Additional volumeMounts to add to the dashboard container
volumeMounts: []
notifications:
secret:
# -- Whether to create notifications secret