Skip to content

Commit

Permalink
add permissions required to setup vclusters
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Jun 15, 2023
1 parent 29aefc1 commit fdbfad1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/terraform-operator-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: 0.3.0
description: A Helm chart to deploy the terraform-operator-api
name: terraform-operator-api
version: 1.0.7
version: 1.0.8
2 changes: 1 addition & 1 deletion charts/terraform-operator-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-operator-api

![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)

A Helm chart to deploy the terraform-operator-api

Expand Down
22 changes: 22 additions & 0 deletions charts/terraform-operator-api/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@ rules:
- '*'
verbs:
- '*'
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
- rolebindings
verbs:
- '*'
- apiGroups:
- ""
resources:
- namespaces
- configmaps
- services
- serviceaccounts
verbs:
- '*'
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit fdbfad1

Please sign in to comment.