Skip to content

Commit

Permalink
Fix kanister-operator helm release (#4328)
Browse files Browse the repository at this point in the history
* Fix kanister-operator helm release

* use only app name label in selector
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Nov 1, 2018
1 parent 11ff4de commit b958c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/kanister-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
replicas: 1
selector:
matchLabels:
app: {{ template "kanister-operator.fullname" . }}
app: kanister-operator
template:
metadata:
labels:
Expand Down

0 comments on commit b958c0a

Please sign in to comment.