Welcome to the Linux Foundation Forum!

Lab 15.1 - step 15 missing curly brackets

[email protected]:~$ kubectl get secret -n default \ illmannered-salamander-mariadb \ -o jsonpath=".data.mariadb-root-password" \ | base64 --decode

should be

[email protected]:~$ kubectl get secret -n default \ illmannered-salamander-mariadb \ -o jsonpath="{.data.mariadb-root-password}" \ | base64 --decode

Comments

  • chrispokorni
    chrispokorni Posts: 1,755

    Thanks for posting this. It should be corrected in a future course update release.
    Regards,
    -Chris

Categories

Upcoming Training