Welcome to the Linux Foundation Forum!

Lab 15.1 - step 15 missing curly brackets

Options

student@lfs458-node-1a0a:~$ kubectl get secret -n default \ illmannered-salamander-mariadb \ -o jsonpath=".data.mariadb-root-password" \ | base64 --decode

should be

student@lfs458-node-1a0a:~$ kubectl get secret -n default \ illmannered-salamander-mariadb \ -o jsonpath="{.data.mariadb-root-password}" \ | base64 --decode

Comments

  • chrispokorni
    chrispokorni Posts: 2,164
    Options

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

Categories

Upcoming Training