Skip to content

Commit 1caae35

Browse files
committed
Modified deployment yaml for controller to add a selector field for yaml validation by Helm.
Signed-off-by: Diana Arroyo <darroyo@us.ibm.com>
1 parent 57e15d4 commit 1caae35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment/kube-arbitrator/templates/deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,9 @@ metadata:
295295
app: custom-metrics-apiserver
296296
spec:
297297
replicas: {{ .Values.replicaCount }}
298-
matchLabels:
299-
app: custom-metrics-apiserver
298+
selector:
299+
matchLabels:
300+
app: custom-metrics-apiserver
300301
template:
301302
metadata:
302303
labels:

0 commit comments

Comments
 (0)