[bitnami/*] Unify k8s directives separators (#10185)

* [bitnami/*] Unify k8s directives separators

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>

* [skip ci] Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-05-13 11:26:57 +01:00
committed by GitHub
parent b42600d139
commit 26502141d1
115 changed files with 116 additions and 175 deletions

View File

@@ -65,4 +65,4 @@ subjects:
name: {{ include "argo-workflows.controller.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}

View File

@@ -4,7 +4,6 @@
{{- $namespaces := .Values.controller.workflowNamespaces }}
{{- end }}
{{- range $namespaces }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
@@ -27,5 +26,6 @@ subjects:
- kind: ServiceAccount
name: {{ include "argo-workflows.workflows.serviceAccountName" $ }}
namespace: {{ . }}
---
{{- end }}
{{- end }}