Skip to content

Commit 3b01a67

Browse files
Update poddisruptionbudget.yaml
1 parent ddf7045 commit 3b01a67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/devtron-reference-helm-charts/statefulset-chart_5-1-0/templates/poddisruptionbudget.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ spec:
2626
{{- end }}
2727
selector:
2828
matchLabels:
29+
{{- if .Values.customPodLabels }}
30+
{{ toYaml .Values.customPodLabels | indent 6 }}
31+
{{- else }}
2932
appId: {{ $.Values.app | quote }}
3033
envId: {{ $.Values.env | quote }}
34+
{{- end }}
3135
{{- end }}

0 commit comments

Comments
 (0)