There was an error while loading. Please reload this page.
1 parent 9bb5404 commit 324ef17Copy full SHA for 324ef17
1 file changed
docs/assets/fragments/connectivity.txt
@@ -23,10 +23,10 @@ Here's how to connect:
23
3. Retrieve the user credentials from the Secret:
24
25
```bash
26
-{{ commandName }} get secret "$SECRET_NAME" -n "$NAMESPACE" \
27
- -o jsonpath='{.data.user}' | base64 --decode && echo
28
29
- -o jsonpath='{.data.password}' | base64 --decode && echo
+ {{ commandName }} get secret "$SECRET_NAME" -n "$NAMESPACE" \
+ -o jsonpath='{.data.user}' | base64 --decode && echo
+ -o jsonpath='{.data.password}' | base64 --decode && echo
30
```
31
32
0 commit comments