feat(argocd-image-updater): Add support for pod labels (#1944)
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
a012bd41c9
commit
c3759febbd
4 changed files with 9 additions and 2 deletions
|
|
@ -156,6 +156,9 @@ serviceAccount:
|
|||
# -- Pod Annotations for the deployment
|
||||
podAnnotations: {}
|
||||
|
||||
# -- Pod Labels for the deployment
|
||||
podLabels: {}
|
||||
|
||||
# -- Pod security context settings for the deployment
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue