Skip to content

Commit 6871e49

Browse files
committed
feat: abstract the password for secret creation
1 parent 3acf978 commit 6871e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mongodb-secret.yaml renamed to k8s/mongodb-secret.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
data:
33
database: mercurydb
4-
password: 0qmrT92n0vXM
5-
rootPassword: OEefa34BEb1y
6-
mongodb-root-password: OEefa34BEb1y
4+
password: <password-here>
5+
rootPassword: <password-here>
6+
mongodb-root-password: <password-here>
77
username: mercury_user
88
kind: Secret
99
metadata:

0 commit comments

Comments
 (0)