Merge pull request #1 from SamuelBowman/fix_helm_indentation

Fix Helm chart indentation
This commit is contained in:
Bogdan Kurnosov 2022-09-13 08:48:10 +02:00 committed by GitHub
commit a65c9423d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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