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
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
We should move to using faas-cli to fetch the kubeseal secret from the cluster once its created rather than using bash,
This is now possible because of this feature openfaas/faas-cli#730
Current Behaviour
Bash script is used to pull the secret to the local computer
Possible Solution
Use faas-cli
faas-cli cloud seal --download
This would reduce the operational burden of maintaining the bash scripts
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should move to using faas-cli to fetch the kubeseal secret from the cluster once its created rather than using bash,
This is now possible because of this feature openfaas/faas-cli#730
Current Behaviour
Bash script is used to pull the secret to the local computer
Possible Solution
Use faas-cli
This would reduce the operational burden of maintaining the bash scripts
The text was updated successfully, but these errors were encountered: