From 65bdff18bbca39aa1d919aac2aef3d441cdd41c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Ladomirj=C3=A1k?= Date: Sun, 17 Apr 2022 17:25:13 +0000 Subject: [PATCH] Add 'z2/mongo-secret.yaml' --- z2/mongo-secret.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 z2/mongo-secret.yaml diff --git a/z2/mongo-secret.yaml b/z2/mongo-secret.yaml new file mode 100644 index 0000000..0bd1da8 --- /dev/null +++ b/z2/mongo-secret.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Secret +metadata: + name: mongo-secret + namespace: z2 +type: Opaque +data: + mongo-username: YWRtaW4= + mongo-password: YWRtaW4= \ No newline at end of file