File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This keeps the length of the values.txt file for each individual IOC
55to 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"
2323spec :
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 }}
You can’t perform that action at this time.
0 commit comments