Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeptiman authored Sep 8, 2020
1 parent 976e314 commit 094c054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The application will be using few MongoDB credentials for database connection. S
<p> <b> Create Secret literals using kubectl </b> </p>
<p><code>kubectl create secret generic mongosecret --from-literal='username=admin' --from-literal='password=admin123'</code></p>

<p> <b> Implement the Secret literal in the pod deployment </b> </p>
<p> <b> Implement the Secret literals in the pod deployment </b> </p>
spec:
containers:
Expand Down

0 comments on commit 094c054

Please sign in to comment.