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:
|
metadata:
|
||||||
name: {{ include "gcore-webhook.fullname" . }}:flowcontrol-solver
|
name: {{ include "gcore-webhook.fullname" . }}:flowcontrol-solver
|
||||||
labels:
|
labels:
|
||||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "flowcontrol.apiserver.k8s.io"
|
- "flowcontrol.apiserver.k8s.io"
|
||||||
|
@ -128,7 +128,7 @@ kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "gcore-webhook.fullname" . }}:flowcontrol-solver
|
name: {{ include "gcore-webhook.fullname" . }}:flowcontrol-solver
|
||||||
labels:
|
labels:
|
||||||
{{ include "gcore-webhook.labels" . | indent 4 }}
|
{{ include "gcore-webhook.labels" . | indent 4 }}
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
|
@ -137,4 +137,4 @@ subjects:
|
||||||
- apiGroup: ""
|
- apiGroup: ""
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
name: {{ include "gcore-webhook.fullname" . }}
|
name: {{ include "gcore-webhook.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
|
Loading…
Reference in a new issue