We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e63437 commit 44f9335Copy full SHA for 44f9335
src/warnet/deploy.py
@@ -173,7 +173,7 @@ def deploy_fork_observer(directory: Path, debug: bool) -> bool:
173
174
default_namespace = get_default_namespace()
175
namespace = LOGGING_NAMESPACE
176
- cmd = f"{HELM_COMMAND} 'fork-observer' {FORK_OBSERVER_CHART} --namespace {namespace}"
+ cmd = f"{HELM_COMMAND} 'fork-observer' {FORK_OBSERVER_CHART} --namespace {namespace} --create-namespace"
177
if debug:
178
cmd += " --debug"
179
0 commit comments