Commit 3e6e652d authored by Emanuel Winblad's avatar Emanuel Winblad Committed by Lars Fenneberg

Fix name of dataplane API secret

parent 972269a3
...@@ -144,7 +144,7 @@ spec: ...@@ -144,7 +144,7 @@ spec:
- name: SECRET_DATAPLANEAPI - name: SECRET_DATAPLANEAPI
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: {{ template "viking-service.fullname" . }}-admin name: {{ template "viking-service.admin-secret-name" . }}
key: dataplaneapi key: dataplaneapi
{{- if .Values.vikingService.varnish.extraEnvs }} {{- if .Values.vikingService.varnish.extraEnvs }}
{{- toYaml .Values.vikingService.haproxy.extraEnvs | nindent 12 }} {{- toYaml .Values.vikingService.haproxy.extraEnvs | nindent 12 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment