blob: b6e494df467eeb7fe205427b62134a572f497345 (
plain)
1
2
3
4
5
6
7
8
9
|
#{{ if not .Values.disableAafAaf }}
apiVersion: v1
kind: ConfigMap
metadata:
name: aaf-data-configmap
namespace: {{ .Values.nsPrefix }}
data:
{{ (.Files.Glob "resources/config/aaf-data/*").AsConfig | indent 2 }}
#{{ end }}
|