Revert "feat(argocd-image-updater): Add custom environment variable"

This reverts commit c6146d942c97dc694aa7777ec73d649afba1b4ab.

Signed-off-by: Sergiy Gavrylenko <sgavrylenko@domovoy.org.ua>
This commit is contained in:
Sergiy Gavrylenko 2021-08-17 23:42:01 +03:00
parent 07405c32e0
commit 4dc6e76c0c
2 changed files with 0 additions and 10 deletions

View file

@ -51,12 +51,6 @@ spec:
optional: true
- name: IMAGE_UPDATER_LOGLEVEL
value: {{ .Values.config.logLevel }}
{{- if .Values.config.customEnvVariables }}
{{- range $key, $value := .Values.config.customEnvVariables }}
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

View file

@ -39,10 +39,6 @@ config:
# -- If specified, use an unencrypted HTTP connection to the ArgoCD API instead of TLS.
plaintext: false
customEnvVariables: []
# Add some custom variables e.g. set AWS region during retrieve the ECR token
# AWS_REGION: us-west-1
# -- ArgoCD Image Update log level
logLevel: "info"