fix: port template string and updateStrategy indentation (#643)

هذا الالتزام موجود في:
Johannes Kirchner
2026-03-08 22:50:07 +01:00
ملتزم من قبل GitHub
الأصل 33cbfb0904
التزام a697b0f273
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -84,7 +84,7 @@ spec:
serviceName: {{ include "opengist.fullname" . }}-http
podManagementPolicy: {{ .Values.statefulSet.podManagementPolicy }}
updateStrategy:
{{- toYaml .Values.statefulSet.updateStrategy | nindent 2 }}
{{- toYaml .Values.statefulSet.updateStrategy | nindent 4 }}
selector:
matchLabels:
{{- include "opengist.selectorLabels" . | nindent 6 }}