Skip to content

Commit d0a996a

Browse files
committed
helm chart fix
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent cdb264e commit d0a996a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm/generic-helm-chart/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
{{- if .Values.rbac.create -}}
17+
{{- if .Values.rbac.create }}
1818
apiVersion: rbac.authorization.k8s.io/v1
1919
kind: ClusterRole
2020
metadata:

helm/generic-helm-chart/templates/clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
{{- if .Values.rbac.create -}}
17+
{{- if .Values.rbac.create }}
1818
apiVersion: rbac.authorization.k8s.io/v1
1919
kind: ClusterRoleBinding
2020
metadata:

helm/generic-helm-chart/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
{{- if .Values.serviceAccount.create -}}
17+
{{- if .Values.serviceAccount.create }}
1818
apiVersion: v1
1919
kind: ServiceAccount
2020
metadata:

0 commit comments

Comments
 (0)