Skip to content

Commit 5976bf1

Browse files
authored
Merge pull request #11 from DiamondLightSource/5.0.0
ioc_group --> domain
2 parents 96db9b7 + fff25cb commit 5976bf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Charts/dev-c7/templates/statefulset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This keeps the length of the values.txt file for each individual IOC
55
to a minimum
66
*/ -}}
77
{{- $location := default .Values.global.location .Values.location | required "ERROR - You must supply location or global.location" -}}
8-
{{- $ioc_group := default .Values.global.ioc_group .Values.ioc_group | required "ERROR - You must supply ioc_group or global.ioc_group" -}}
8+
{{- $domain := default .Values.global.domain .Values.domain | required "ERROR - You must supply domain or global.domain" -}}
99
{{- $image := .Values.image | required "ERROR - You must supply image." -}}
1010

1111
{{- $enabled := eq .Values.global.enabled false | ternary false true -}}
@@ -17,7 +17,7 @@ metadata:
1717
labels:
1818
app: {{ .Release.Name }}
1919
location: {{ $location }}
20-
ioc_group: {{ $ioc_group }}
20+
domain: {{ $domain }}
2121
enabled: {{ $enabled | quote }}
2222
is_ioc: "true"
2323
spec:
@@ -34,7 +34,7 @@ spec:
3434
labels:
3535
app: {{ .Release.Name }}
3636
location: {{ $location }}
37-
ioc_group: {{ $ioc_group }}
37+
domain: {{ $domain }}
3838
is_ioc: "true"
3939
spec:
4040
hostNetwork: {{ .Values.hostNetwork }}

0 commit comments

Comments
 (0)