Skip to content

Commit

Permalink
Update helm/solr/templates/_custom_option_helpers.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman authored Jan 7, 2025
1 parent b5d1743 commit 184ae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/solr/templates/_custom_option_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 184ae75

Please sign in to comment.