We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb264e commit d0a996aCopy full SHA for d0a996a
3 files changed
helm/generic-helm-chart/templates/clusterrole.yaml
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
#
16
17
-{{- if .Values.rbac.create -}}
+{{- if .Values.rbac.create }}
18
apiVersion: rbac.authorization.k8s.io/v1
19
kind: ClusterRole
20
metadata:
helm/generic-helm-chart/templates/clusterrolebinding.yaml
kind: ClusterRoleBinding
helm/generic-helm-chart/templates/serviceaccount.yaml
-{{- if .Values.serviceAccount.create -}}
+{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
0 commit comments