Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBlank12 committed Apr 12, 2023
1 parent 62c951c commit 895a5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mongo-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ spec:
valueFrom:
secretKeyRef:
name: mongodb-secret
key: mongodb-root-username
key: mongo-root-username
- name: MONGO_INITDB_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: mongodb-secret
key: mongodb-root-password
key: mongo-root-password
2 changes: 1 addition & 1 deletion mongo-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
type: Opaque
data:
mongo-root-username: bXl1c2VybmFtZQ==
mongo-root-passsword: bXlwYXNzd29yZA==
mongo-root-password: bXlwYXNzd29yZA==

0 comments on commit 895a5e5

Please sign in to comment.