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
means that the execution process needs to be able write on the / directory, which is a very bad assumption. This should either be prefixed by $PWD/ so that it happens on the working directory or be made configurable (I would suggest the first option though).
The text was updated successfully, but these errors were encountered:
Ok, upon better understanding of this, either the -plugin-dir=... needs to be optional or the downloads can be triggered before terraform init inside deploy.sh (optionally as well).
This line:
https://github.com/phnmnl/cloud-deploy-kubenow/blob/master/cloud_portal/shared/deploy.sh#L122
means that the execution process needs to be able write on the / directory, which is a very bad assumption. This should either be prefixed by
$PWD/
so that it happens on the working directory or be made configurable (I would suggest the first option though).The text was updated successfully, but these errors were encountered: