From b9f7b17fbcd9a6a3325a4ff4bc5ba96551444fc7 Mon Sep 17 00:00:00 2001 From: Serhii Okun Date: Thu, 7 May 2020 10:01:43 +0300 Subject: [PATCH] Fix indentation for clusterrole in helm chart --- helm/botkube/templates/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/botkube/templates/clusterrole.yaml b/helm/botkube/templates/clusterrole.yaml index 98f32b707..c23b750b4 100644 --- a/helm/botkube/templates/clusterrole.yaml +++ b/helm/botkube/templates/clusterrole.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} rules: {{- with .Values.rbac.rules }} - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 2 }} {{- end }} {{- if .Values.podSecurityPolicy.enabled }} - apiGroups: ["extensions"]