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
deploy the function
This is deployed to default even if i'm connected to test and i would expect the function to be deployed there. It would be good if the user is informed somehow.
In IJ i have this, where default is the namespace written inside the func.yaml file
The text was updated successfully, but these errors were encountered:
in func.yaml when I deploy the functions first time it doesn't update the namespace. To compare the namespace if the user switches to a different namespace.
You need to run the deploy command with the -n flag set.
If not set in func.yaml it will use the namespace where the user is currently logged in, if set it will always use the ns in func.yaml
To replicate
This is deployed to default even if i'm connected to test and i would expect the function to be deployed there. It would be good if the user is informed somehow.
In IJ i have this, where default is the namespace written inside the func.yaml file
The text was updated successfully, but these errors were encountered: