Skip to content

Commit 979c20f

Browse files
authored
(DOCSP-31194) Updates YAML example with correct auth specs. (#1408)
1 parent 29e7fa7 commit 979c20f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ content: |
142142
members: 3
143143
version: 4.4.5-ent
144144
type: ReplicaSet
145-
authentication:
146-
enabled: true
147-
modes: ["SHA"]
145+
security:
146+
authentication:
147+
enabled: true
148+
modes: ["SCRAM"]
148149
cloudManager:
149150
configMapRef:
150151
name: my-project

0 commit comments

Comments
 (0)