Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / portal-ng / components / portal-ng-bff / templates / secret.yaml
1 apiVersion: v1
2 kind: Secret
3 metadata:
4   name: {{ include "common.fullname" . }}-secret
5   namespace: {{ include "common.namespace" . }}
6 type: Opaque
7 data:
8   {{- range $key, $val := .Values.secretEnv }}
9   {{ $key }}: {{ $val | b64enc | quote }}
10   {{- end -}}