Skip to content

Commit

Permalink
helm: add correct label to pod for svc
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintye committed Nov 24, 2023
1 parent 613e9f8 commit 5c74b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/k6-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
template:
metadata:
labels:
control-plane: "controller-manager"
{{- include "k6-operator.selectorLabels" . | nindent 8 }}
{{- include "k6-operator.podLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 5c74b21

Please sign in to comment.