X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-frontend%2Fhelm%2Fotf-frontend%2Ftemplates%2Fsecret.yaml;fp=otf-frontend%2Fhelm%2Fotf-frontend%2Ftemplates%2Fsecret.yaml;h=175427c526e1d02bef856e6cb2553252fda1f01f;hb=6f7e46b4562b31f748670be8947d315963240ddd;hp=0000000000000000000000000000000000000000;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-frontend/helm/otf-frontend/templates/secret.yaml b/otf-frontend/helm/otf-frontend/templates/secret.yaml new file mode 100644 index 0000000..175427c --- /dev/null +++ b/otf-frontend/helm/otf-frontend/templates/secret.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Secret +metadata: + name: {{ .Values.appName}} +type: Opaque +data: + mongo_username: {{ .Values.mongo.username | b64enc}} + mongo_password: {{ .Values.mongo.password | b64enc}} + authentication_secret: {{.Values.AUTHENTICATION_SECRET | b64enc}}