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

support overriding EPICS_CA_AUTO_ADDR_LIST

parent 4ec2d7f5
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,12 @@ spec:
env:
- name: NOTEBOOK_ARGS
value: "--PasswordIdentityProvider.hashed_password={{ .Values.hashedpass }}"
{{- if .Values.configCA.address_list }}
- name: EPICS_CA_ADDR_LIST
value: {{ .Values.configCA.address_list | quote }}
- name: EPICS_CA_AUTO_ADDR_LIST
value: "NO"
{{- end }}
ports:
- name: http
containerPort: 8888
......
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