You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes add --namespace to kubectl create secret command to save
secrets to openfaas-fn namespace. It will make secrets available for
functions.
Signed-off-by: Vivek Singh <[email protected]>
Here we have explicitly named the key of the secret value so that when it is mounted into the function container, it will be named exactly `secret-api-key` instead of `secret_api_key.txt`.
0 commit comments