Skip to content

Commit

Permalink
fix: cannot list resource secrets in API group
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-robot-in committed Sep 23, 2021
1 parent 404d665 commit 1d6604f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ export class SealedSecretsTemplate extends Construct {
});

// Key admin role
new ApiObject(this, 'sealed-secrets-key-admin-role', {
new ApiObject(this, 'sealed-secrets-key-admin-clusterrole', {
apiVersion: 'rbac.authorization.k8s.io/v1beta1',
kind: 'Role',
kind: 'ClusterRole',
metadata: {
annotations: {},
labels: {
Expand Down

0 comments on commit 1d6604f

Please sign in to comment.