Skip to content

Commit

Permalink
Add cluster-role apigroup (#749)
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman authored Dec 21, 2023
1 parent 2c47a24 commit 96afcbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion charts/kubedb-provider-aws/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ rules:
- kms.aws.kubedb.com
- memorydb.aws.kubedb.com
- rds.aws.kubedb.com
- iam.aws.kubedb.com
- secretsmanager.aws.kubedb.com
- sns.aws.kubedb.com
resources: ["*"]
verbs: ["*"]
- apiGroups:
Expand All @@ -28,7 +31,7 @@ rules:
resources:
- nodes
- secrets
verbs: ["list","watch","get"]
verbs: ["create", "list", "watch", "get"]
- apiGroups: [""]
resources:
- serviceaccounts
Expand Down
5 changes: 4 additions & 1 deletion charts/kubedb-provider-azure/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ rules:
- dbforpostgresql.azure.kubedb.com
- keyvault.azure.kubedb.com
- network.azure.kubedb.com
- storage.azure.kubedb.com
- sql.azure.kubedb.com
- authorization.azure.kubedb.com
resources: ["*"]
verbs: ["*"]
- apiGroups:
Expand All @@ -25,7 +28,7 @@ rules:
resources:
- nodes
- secrets
verbs: ["list","watch","get"]
verbs: ["create", "list", "watch", "get"]
- apiGroups: [""]
resources:
- serviceaccounts
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-provider-gcp/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rules:
resources:
- nodes
- secrets
verbs: ["list","watch","get"]
verbs: ["create", "list", "watch", "get"]
- apiGroups: [""]
resources:
- serviceaccounts
Expand Down

0 comments on commit 96afcbf

Please sign in to comment.