Skip to content

Commit

Permalink
Merge pull request #20 from anguslees/resourcenames
Browse files Browse the repository at this point in the history
Fix invalid field `resourceName`
  • Loading branch information
anguslees committed Jun 21, 2017
2 parents 8bf0b3d + efef75f commit 87c72ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ local sealKeyRole = role("sealed-secrets-key-admin", namespace, [
{
apiGroups: [""],
resources: ["secrets"],
resourceName: ["sealed-secrets-key"],
resourceNames: ["sealed-secrets-key"],
verbs: ["get"],
},
{
Expand Down

0 comments on commit 87c72ab

Please sign in to comment.