Skip to content

Commit 9f90b16

Browse files
m1kolajwilliams-mongo
authored andcommitted
Upate secret keys: stop using deprecated fields (#2091)
1 parent 973f8ea commit 9f90b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/steps-kind-quick-start.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ content: |
104104
name: organization-secret
105105
namespace: mongodb
106106
stringData:
107-
user: <public_key>
108-
publicAPIKey: <private_key>
109-
107+
publicKey: <public_key>
108+
privateKey: <private_key>
109+
110110
For security purposes, |cloud| displays this file only once.
111111
112112
---

0 commit comments

Comments
 (0)