Skip to content
Snippets Groups Projects
Commit bc58101c authored by Georgi Todorov's avatar Georgi Todorov
Browse files

Update deployment.yaml

parent 64861419
No related branches found
No related tags found
No related merge requests found
Pipeline #54443 failed with stage
in 3 seconds
......@@ -64,6 +64,8 @@ spec:
value: {{ .Values.cache.nats.url | quote }}
- name: NATS_SUBJECT
value: {{ .Values.cache.nats.subject | quote }}
- name: AUTH_ENABLED
value: {{ .Values.auth.enabled | quote }}
{{- if .Values.extraVars }}
{{ toYaml .Values.extraVars | indent 8 }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment