Run all components in one namespace
[oom.git] / kubernetes / aaf / templates / aaf-secret.yaml
1 #{{ if not .Values.disableAafAafCs }}
2 apiVersion: v1
3 kind: Secret
4 metadata:
5   name: aaf-cs-data-secret
6   namespace: {{ .Values.nsPrefix }}
7 type: Opaque
8 data:
9 {{ (.Files.Glob "resources/config/aaf-cs-data/*").AsSecrets | indent 2 }}
10 #{{ end }}