Skip to content

Commit

Permalink
add IOC_GROUP env
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 7, 2024
1 parent 787905f commit 796946a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Charts/ioc-instance/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ spec:
- name: IOC_PREFIX
value: {{ or .Values.prefix .Release.Name | quote }}
- name: IOC_LOCATION
location: {{ .Values.location }}
location: {{ .Values.location | quote}}
- name: BEAMLINE
value: {{ .Values.beamline | quote }}
- name: IOC_GROUP
value: {{ .Values.ioc_group | quote }}
{{- range $envVar := .Values.env }}
- name: {{ $envVar.name }}
value: {{ $envVar.value | quote }}
Expand Down

0 comments on commit 796946a

Please sign in to comment.