Skip to content

Commit 65102e4

Browse files
committed
Fix indentation to make template valid
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 2302952 commit 65102e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cluster/manifests/deployment-service/controller-rbac.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ subjects:
210210
- apiGroup: rbac.authorization.k8s.io
211211
kind: User
212212
name: zalando-iam:zalando:service:k8sapi-local_deployment-service-executor
213-
# {{ if eq .Cluster.Provider "zalando-eks" }}
214-
- kind: ServiceAccount
215-
name: "deployment-service-controller"
216-
namespace: "kube-system"
217-
# {{ end }}
213+
# {{ if eq .Cluster.Provider "zalando-eks" }}
214+
- kind: ServiceAccount
215+
name: "deployment-service-controller"
216+
namespace: "kube-system"
217+
# {{ end }}
218218
---
219219
{{- end }}
220220
kind: Role

0 commit comments

Comments
 (0)