Create a Secret named 'ext-service-secret' in the namespace 'secret-ops'. Then, provide the key-value pair API_KEY=LmLHbYhsgWZwNifiqaRorH8T as literal.
had some issues with the bash commands shown:
$ns was defined but not used; instead, -n secret-ops was reiterated in the command.
$do was not defined but used. Unless you read the really out of context tip at the top of the page and remembered it, you would know how to define $do but I didn't.
This PR is to clarify that part of the question and improve the commands.
The Secrets question
had some issues with the bash commands shown:
$ns
was defined but not used; instead,-n secret-ops
was reiterated in the command.$do
was not defined but used. Unless you read the really out of context tip at the top of the page and remembered it, you would know how to define$do
but I didn't.This PR is to clarify that part of the question and improve the commands.