Skip to content

Commit 9f87265

Browse files
committed
fix README for getting the password from secret.
1 parent 40e937d commit 9f87265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Identify the name of the secret.
243243

244244
2. Save the secret name from step 1 and get the admin password using the following script:
245245
```
246-
kubectl get secret SECRET_NAME -o jsonpath='{.data.marklogic-password}' | base64 --decode
246+
kubectl get secret SECRET_NAME -o jsonpath='{.data.password}' | base64 --decode
247247
```
248248
### Log Collection
249249

0 commit comments

Comments
 (0)