fix(helm): remove whitespace instruction for ghost api key env var (#2588)
This commit is contained in:
Родитель
ad1f97216f
Коммит
72bc7357c5
|
@ -91,7 +91,7 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ default .Values.secretName .Values.redis.connectionString.secretName }}
|
||||
key: {{ default "redis_url" .Values.redis.connectionString.secretKey }}
|
||||
{{- if .Values.frontend_2.ghostApiKey -}}
|
||||
{{- if .Values.frontend_2.ghostApiKey }}
|
||||
- name: NUXT_PUBLIC_GHOST_API_KEY
|
||||
value: {{ .Values.frontend_2.ghostApiKey | quote }}
|
||||
{{- end }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче