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.
2 parents 793983a + 9f87265 commit 91f3d98Copy full SHA for 91f3d98
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