Public Information
This commit is contained in:
7
charts/instance/templates/sanity.tpl
Normal file
7
charts/instance/templates/sanity.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- if (and (.Values.components).nstl ( or (.Values.components).nstla (.Values.components).nstlb (.Values.components).nstlc (.Values.components).nstld)) -}}
|
||||
{{- fail "You can only choose nstl or nstl[a-d], not both" -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if (and (.Values.components).sharepoint ( or (.Values.components).sharepointa (.Values.components).sharepointb (.Values.components).sharepointc (.Values.components).sharepointd)) -}}
|
||||
{{- fail "You can only choose sharepoint or sharepoint[a-d], not both" -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user