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=0000000000000000000000000000000000000000;hb=b4313736f2b146b57f73f2af882529a19a2efdd1;hp=b5c04dd9d815d168c8df89b8469b7dfb757f61fa;hpb=e3ba96506390ab3ad630d2dfc4967fd49527615d;p=it%2Fotf.git diff --git a/o1-vth/helm/o1-vth/templates/secret.yaml b/o1-vth/helm/o1-vth/templates/secret.yaml deleted file mode 100644 index b5c04dd..0000000 --- a/o1-vth/helm/o1-vth/templates/secret.yaml +++ /dev/null @@ -1,8 +0,0 @@ -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