From 184ae75ab70636f7172bae5236c81a5be8c5c86c Mon Sep 17 00:00:00 2001 From: Houston Putman Date: Tue, 7 Jan 2025 11:54:15 -0600 Subject: [PATCH] Update helm/solr/templates/_custom_option_helpers.tpl --- helm/solr/templates/_custom_option_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}