4a0aa248f88948813378dd3453850868401dfe10
[it/otf.git] / a1-sdnc-vth / helm / a1-sdnc-vth / templates / secret.yaml
1 apiVersion: v1\r
2 kind: Secret\r
3 metadata:\r
4   name: {{ .Values.appName}}\r
5 type: Opaque\r
6 data:\r
7   api_user: {{ .Values.auth.user | b64enc }}\r
8   api_pass: {{ .Values.auth.pw | b64enc }}\r