Skip to content

Commit 324ef17

Browse files
authored
Indentation fix for secret credential retrieval snippet (#229)
1 parent 9bb5404 commit 324ef17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/assets/fragments/connectivity.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Here's how to connect:
2323
3. Retrieve the user credentials from the Secret:
2424

2525
```bash
26-
{{ commandName }} get secret "$SECRET_NAME" -n "$NAMESPACE" \
27-
-o jsonpath='{.data.user}' | base64 --decode && echo
28-
{{ commandName }} get secret "$SECRET_NAME" -n "$NAMESPACE" \
29-
-o jsonpath='{.data.password}' | base64 --decode && echo
26+
{{ commandName }} get secret "$SECRET_NAME" -n "$NAMESPACE" \
27+
-o jsonpath='{.data.user}' | base64 --decode && echo
28+
{{ commandName }} get secret "$SECRET_NAME" -n "$NAMESPACE" \
29+
-o jsonpath='{.data.password}' | base64 --decode && echo
3030
```
3131

3232

0 commit comments

Comments
 (0)