Skip to content

Commit

Permalink
Update solution.md add base64 decode for use it inside cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsponer authored Oct 15, 2024
1 parent c8e0f3b commit a3f563e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/superlab/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kubectl create -f multiple-manifests.yaml
If you want to inspect the used cloud-init scripts you can decode the base64 string from the secrets in the code blocks below. Copy the base64 string and use the following command:
```shell
echo -n "<base64string>" | base64 -d
kubectl get secrets lab09-cloudinit-mariadb-provisioner -o jsonpath={'.data.userdata'} | base64 -d
```


Expand Down

0 comments on commit a3f563e

Please sign in to comment.