Skip to content

Commit

Permalink
add missing permission. Fixes helm#15837
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen committed Jul 25, 2019
1 parent f784655 commit 75192c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.3.0
version: 1.3.1
appVersion: 0.8.0
kubeVersion: ">=1.9.0-0"
home: https://github.com/bitnami-labs/sealed-secrets
Expand Down
1 change: 1 addition & 0 deletions stable/sealed-secrets/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ rules:
- secrets
verbs:
- create
- list
{{ end }}

0 comments on commit 75192c3

Please sign in to comment.