Skip to content

Commit

Permalink
Fix sealed secrets service selector (helm#10167)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Liuti <[email protected]>
  • Loading branch information
johnraz authored and k8s-ci-robot committed Dec 20, 2018
1 parent 561a9ee commit 341ee42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/sealed-secrets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sealed-secrets
description: A Helm chart for Sealed Secrets
version: 1.0.0
version: 1.0.1
appVersion: 0.7.0
kubeVersion: ">=1.9.0-0"
home: https://github.com/bitnami-labs/sealed-secrets
Expand Down
2 changes: 1 addition & 1 deletion stable/sealed-secrets/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
ports:
- port: 8080
selector:
name: {{ template "sealed-secrets.fullname" . }}
app.kubernetes.io/name: {{ template "sealed-secrets.name" . }}

0 comments on commit 341ee42

Please sign in to comment.