Skip to content

Commit 6f8a70a

Browse files
authored
Upate secret keys: stop using deprecated fields (#2091)
1 parent f957ad6 commit 6f8a70a

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)