Skip to content

Commit 4d35b6d

Browse files
committed
Remove extra selector from network-operator Deployment
Remove `control-plane: {{ .Release.Name }}-controller` selector from the network-operator object in the helm chart to fix helm upgrade behaviour. Signed-off-by: Yury Kulazhenkov <[email protected]>
1 parent 9890794 commit 4d35b6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deployment/network-operator/templates/operator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ spec:
2525
replicas: 1
2626
selector:
2727
matchLabels:
28-
control-plane: {{ .Release.Name }}-controller
2928
{{- include "network-operator.selectorLabels" . | nindent 6 }}
3029
template:
3130
metadata:

0 commit comments

Comments
 (0)