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