feat(argocd-image-updater): Allow defining extraEnvFrom for the deployment (#2646)

Signed-off-by: bakito <github@bakito.ch>
This commit is contained in:
Marc Brugger 2024-04-18 23:41:24 +02:00 committed by GitHub
parent 8abf55a807
commit a12dbf812c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 7 deletions

View file

@ -44,6 +44,13 @@ extraEnv: []
# - name: AWS_REGION
# value: "us-west-1"
# -- Extra envFrom to pass to argocd-image-updater
extraEnvFrom: []
# - configMapRef:
# name: config-map-name
# - secretRef:
# name: secret-name
# -- Extra K8s manifests to deploy for argocd-image-updater
## Note: Supports use of custom Helm templates
extraObjects: []