We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e937d commit 9f87265Copy full SHA for 9f87265
README.md
@@ -243,7 +243,7 @@ Identify the name of the secret.
243
244
2. Save the secret name from step 1 and get the admin password using the following script:
245
```
246
-kubectl get secret SECRET_NAME -o jsonpath='{.data.marklogic-password}' | base64 --decode
+kubectl get secret SECRET_NAME -o jsonpath='{.data.password}' | base64 --decode
247
248
### Log Collection
249
0 commit comments