Skip to content

Commit

Permalink
Merge pull request #160 from Arano-kai/bugfix/pdb_selector
Browse files Browse the repository at this point in the history
fix: selector definition in pdb
  • Loading branch information
jp-gouin authored May 21, 2024
2 parents bd29d7f + 57972c0 commit 9c3db29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/pod-disruption-budget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
selector:
app.kubernetes.io/component: {{ template "openldap.fullname" . }}
release: {{ .Release.Name }}
matchLabels:
app.kubernetes.io/component: {{ template "openldap.fullname" . }}
release: {{ .Release.Name }}
{{- end }}

0 comments on commit 9c3db29

Please sign in to comment.