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:
parent
07405c32e0
commit
4dc6e76c0c
2 changed files with 0 additions and 10 deletions
|
@ -51,12 +51,6 @@ spec:
|
||||||
optional: true
|
optional: true
|
||||||
- name: IMAGE_UPDATER_LOGLEVEL
|
- name: IMAGE_UPDATER_LOGLEVEL
|
||||||
value: {{ .Values.config.logLevel }}
|
value: {{ .Values.config.logLevel }}
|
||||||
{{- if .Values.config.customEnvVariables }}
|
|
||||||
{{- range $key, $value := .Values.config.customEnvVariables }}
|
|
||||||
- name: {{ $key }}
|
|
||||||
value: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
|
|
|
@ -39,10 +39,6 @@ config:
|
||||||
# -- If specified, use an unencrypted HTTP connection to the ArgoCD API instead of TLS.
|
# -- If specified, use an unencrypted HTTP connection to the ArgoCD API instead of TLS.
|
||||||
plaintext: false
|
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
|
# -- ArgoCD Image Update log level
|
||||||
logLevel: "info"
|
logLevel: "info"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue