diff --git a/helm/solr/templates/_custom_option_helpers.tpl b/helm/solr/templates/_custom_option_helpers.tpl index 5b15f795..f0b4aba8 100644 --- a/helm/solr/templates/_custom_option_helpers.tpl +++ b/helm/solr/templates/_custom_option_helpers.tpl @@ -37,7 +37,7 @@ resources: serviceAccountName: {{ include "solr.serviceAccountName.solr" . }} {{ end }} {{- if .Values.podOptions.shareProcessNamespace -}} -shareProcessNamespace: {{ .Values.podOptions.shareProcessNamespace}} +shareProcessNamespace: {{ .Values.podOptions.shareProcessNamespace }} {{ end }} {{- if .Values.podOptions.priorityClassName -}} priorityClassName: {{ .Values.podOptions.priorityClassName }}