Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 9c2603a

Browse files
authored
pdb: update labels to match StatefulSet (#7)
1 parent e1e2f84 commit 9c2603a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/server-disruptionbudget.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
maxUnavailable: {{ template "vault.pdb.maxUnavailable" . }}
1717
selector:
1818
matchLabels:
19-
app: {{ template "vault.name" . }}
20-
release: "{{ .Release.Name }}"
19+
app.kubernetes.io/name: {{ template "vault.name" . }}
20+
app.kubernetes.io/instance: {{ .Release.Name }}
2121
component: server
2222
{{- end -}}

0 commit comments

Comments
 (0)