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