Skip to content
Snippets Groups Projects
Commit d8de8cf0 authored by Vivian Ta's avatar Vivian Ta Committed by Derek Su
Browse files

fix: SWI-11761 keep matchLabels since those are immutable

parent f43d6c22
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ spec: ...@@ -9,7 +9,8 @@ spec:
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
selector: selector:
matchLabels: matchLabels:
{{ include "local-path-provisioner.labels" . | indent 6 }} app.kubernetes.io/name: {{ include "local-path-provisioner.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
template: template:
metadata: metadata:
{{- with .Values.podAnnotations }} {{- with .Values.podAnnotations }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment