We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfe017 commit d4e6322Copy full SHA for d4e6322
pkg/chart/test_charts/mutating-deployment-selector/templates/deployment.yaml
@@ -12,6 +12,11 @@ metadata:
12
revision: {{ .Release.Revision | quote }}
13
spec:
14
replicas: {{ .Values.replicaCount }}
15
+ selector:
16
+ matchLabels:
17
+ app.kubernetes.io/name: {{ include "nginx.name" . }}
18
+ app.kubernetes.io/instance: {{ .Release.Name }}
19
+ revision: {{ .Release.Revision | quote }}
20
template:
21
metadata:
22
labels:
0 commit comments