feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678)
This commit is contained in:
parent
35bc505bec
commit
0882bfcbd6
5 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue