diff --git a/exercises/ex03-backend.html b/exercises/ex03-backend.html index e9b0e4a..0f6ff68 100644 --- a/exercises/ex03-backend.html +++ b/exercises/ex03-backend.html @@ -248,6 +248,7 @@

Deploy Key Secrets

$ oc create secret generic comp423-ex03-deploykey \
     --from-file=ssh-privatekey=./deploy_key 
     --type=kubernetes.io/ssh-auth
+

If you are a Windows user, you may have to use the executable ./oc instead of just oc, and run as administrator if using PowerShell (though we encourage using Windows terminal with git bash rather than PowerShell)

You can verify this worked from two places:

  1. The CLI. Try running oc get secret comp423-ex03-deploykey and you will see the name, type, and age of the secret.