mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
Merge pull request #1 from SamuelBowman/fix_helm_indentation
Fix Helm chart indentation
This commit is contained in:
commit
a65c9423d9
1 changed files with 3 additions and 3 deletions
|
@ -112,7 +112,7 @@ kind: ClusterRole
|
|||
metadata:
|
||||
name: {{ include "gcore-webhook.fullname" . }}:flowcontrol-solver
|
||||
labels:
|
||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||
rules:
|
||||
- apiGroups:
|
||||
- "flowcontrol.apiserver.k8s.io"
|
||||
|
@ -128,7 +128,7 @@ kind: ClusterRoleBinding
|
|||
metadata:
|
||||
name: {{ include "gcore-webhook.fullname" . }}:flowcontrol-solver
|
||||
labels:
|
||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
|
|
Loading…
Reference in a new issue