feat(argo-rollouts): support setting pod annotations separately on controller and dashboard (#1928)
This commit is contained in:
parent
d34a376568
commit
af90fd665f
5 changed files with 18 additions and 10 deletions
|
|
@ -41,6 +41,8 @@ extraObjects: []
|
|||
controller:
|
||||
# -- Value of label `app.kubernetes.io/component`
|
||||
component: rollouts-controller
|
||||
# -- Annotations to be added to application controller pods
|
||||
podAnnotations: {}
|
||||
# -- [Node selector]
|
||||
nodeSelector: {}
|
||||
# -- [Tolerations] for use with node taints
|
||||
|
|
@ -164,7 +166,7 @@ serviceAccount:
|
|||
# -- Annotations to be added to all CRDs
|
||||
crdAnnotations: {}
|
||||
|
||||
# -- Annotations to be added to the Rollout pods
|
||||
# -- Annotations for the all deployed pods
|
||||
podAnnotations: {}
|
||||
|
||||
# -- Security Context to set on pod level
|
||||
|
|
@ -217,6 +219,8 @@ dashboard:
|
|||
readonly: false
|
||||
# -- Value of label `app.kubernetes.io/component`
|
||||
component: rollouts-dashboard
|
||||
# -- Annotations to be added to application dashboard pods
|
||||
podAnnotations: {}
|
||||
# -- [Node selector]
|
||||
nodeSelector: {}
|
||||
# -- [Tolerations] for use with node taints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue