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 authored and yorugac committed Nov 27, 2023
1 parent 238a40b commit 4024780
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 4024780

Please sign in to comment.