feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678)

This commit is contained in:
mitchell amihod 2024-05-05 20:24:13 -04:00 committed by GitHub
parent 35bc505bec
commit 0882bfcbd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 4 deletions

View file

@ -53,6 +53,8 @@ controller:
deploymentLabels: {}
# -- Annotations to be added to application controller pods
podAnnotations: {}
# -- Labels to be added to the application controller pods
podLabels: {}
# -- [Node selector]
nodeSelector: {}
# -- [Tolerations] for use with node taints
@ -295,6 +297,8 @@ dashboard:
deploymentLabels: {}
# -- Annotations to be added to application dashboard pods
podAnnotations: {}
# -- Labels to be added to the application dashboard pods
podLabels: {}
# -- [Node selector]
nodeSelector: {}
# -- [Tolerations] for use with node taints