Skip to content

Commit

Permalink
Fix indentation in controller rbac config template
Browse files Browse the repository at this point in the history
  • Loading branch information
mojochao committed Mar 8, 2023
1 parent fb0c925 commit 242bedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/spaces-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ rules:
- patch
- update
# Add core rules configured in values
{{- toYaml .Values.clusterrole.rules.core }}
{{ toYaml .Values.clusterrole.rules.core }}
# Add more rules configured in values
{{- toYaml .Values.clusterrole.rules.more }}
{{ toYaml .Values.clusterrole.rules.more }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 242bedf

Please sign in to comment.