We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506808b commit 57972c0Copy full SHA for 57972c0
templates/pod-disruption-budget.yaml
@@ -20,6 +20,7 @@ spec:
20
minAvailable: {{ .Values.pdb.minAvailable }}
21
{{- end }}
22
selector:
23
- app.kubernetes.io/component: {{ template "openldap.fullname" . }}
24
- release: {{ .Release.Name }}
+ matchLabels:
+ app.kubernetes.io/component: {{ template "openldap.fullname" . }}
25
+ release: {{ .Release.Name }}
26
0 commit comments