Fix k8s yaml formatting

This commit is contained in:
Rory Powell 2022-08-30 13:53:31 +01:00
parent 899f0a7e86
commit 502f246bd3
1 changed files with 2 additions and 2 deletions

View File

@ -140,9 +140,9 @@ spec:
{{ end }}
{{ if .Values.globals.elasticApmSecretToken }}
- name: ELASTIC_APM_SECRET_TOKEN
value: { { .Values.globals.elasticApmSecretToken | quote } }
value: {{ .Values.globals.elasticApmSecretToken | quote }}
{{ end }}
{{ if .Values.globals.elasticApmServerUrl } }
{{ if .Values.globals.elasticApmServerUrl }}
- name: ELASTIC_APM_SERVER_URL
value: {{ .Values.globals.elasticApmServerUrl | quote }}
{{ end }}