fix(argocd-image-updater): remove duplicate ARGOCD_GRPC_WEB env var
Fixes sync error: 'may not be specified when value is not empty' The Helm chart already defines ARGOCD_GRPC_WEB, so remove from extraEnv.
This commit is contained in:
@@ -57,8 +57,6 @@ extraVolumeMounts:
|
||||
|
||||
# Extra environment variables
|
||||
extraEnv:
|
||||
- name: ARGOCD_GRPC_WEB
|
||||
value: "true"
|
||||
- name: GIT_SSH_KNOWN_HOSTS_CONFIG_MAP_ENABLED
|
||||
value: "true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user