Skip to content
Snippets Groups Projects
Commit 5c17afa4 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

refactor epicsConfiguration

parent 202246c9
No related branches found
No related tags found
No related merge requests found
......@@ -155,17 +155,17 @@ spec:
stdin: {{ .Values.image.stdinOpen }}
tty: {{ .Values.image.tty }}
{{- if .Values.configCA.existingConfigMap}}
{{- if .Values.epicsConfiguration.name }}
envFrom:
- configMapRef:
name: {{ .Values.configCA.existingConfigMap }}
name: {{ .Values.epicsConfiguration.name }}
{{- end }}
env:
- name: NOTEBOOK_ARGS
value: "--PasswordIdentityProvider.hashed_password={{ .Values.hashedpass }}"
{{- if .Values.configCA.address_list }}
{{- if .Values.epicsConfiguration.gateway }}
- name: EPICS_CA_ADDR_LIST
value: {{ .Values.configCA.address_list | quote }}
value: {{ .Values.epicsConfiguration.gateway | quote }}
- name: EPICS_CA_AUTO_ADDR_LIST
value: "NO"
{{- 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