-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tilt not creating namespace and failing to start application #217
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Nitish Malhotra <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #217 +/- ##
=======================================
Coverage 18.54% 18.54%
=======================================
Files 5 5
Lines 960 960
=======================================
Hits 178 178
Misses 747 747
Partials 35 35 Continue to review full report at Codecov.
|
Tiltfile
Outdated
@@ -13,7 +13,7 @@ docker_build( | |||
'.', | |||
dockerfile='Dockerfile') | |||
|
|||
yaml = local('helm template --namespace orkestra orkestra chart/orkestra --no-hooks --include-crds') | |||
yaml = local('helm template --namespace orkestra orkestra chart/orkestra --create-namespace --no-hooks --include-crds') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we have too many orkestra after --namespace here?
Signed-off-by: Nitish Malhotra <[email protected]>
Signed-off-by: Nitish Malhotra <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Closes #216
Signed-off-by: Nitish Malhotra [email protected]