X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o1-vth%2Fhelm%2Fo1-vth%2Ftemplates%2Fsecret.yaml;fp=o1-vth%2Fhelm%2Fo1-vth%2Ftemplates%2Fsecret.yaml;h=b5c04dd9d815d168c8df89b8469b7dfb757f61fa;hb=b3c694ba6deb1efaf78af7d3dcb124edd8380afa;hp=0000000000000000000000000000000000000000;hpb=a2b6c9a176c35e30c55b6ce910f07b5732b75387;p=it%2Fotf.git diff --git a/o1-vth/helm/o1-vth/templates/secret.yaml b/o1-vth/helm/o1-vth/templates/secret.yaml new file mode 100644 index 0000000..b5c04dd --- /dev/null +++ b/o1-vth/helm/o1-vth/templates/secret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: {{ .Values.appName}} +type: Opaque +data: + username: {{ .Values.credentials.username | b64enc}} + password: {{ .Values.credentials.password | b64enc}} \ No newline at end of file