Skip to content

Commit 44f9335

Browse files
committed
removing --create-namespace from constants
1 parent 3e63437 commit 44f9335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def deploy_fork_observer(directory: Path, debug: bool) -> bool:
173173

174174
default_namespace = get_default_namespace()
175175
namespace = LOGGING_NAMESPACE
176-
cmd = f"{HELM_COMMAND} 'fork-observer' {FORK_OBSERVER_CHART} --namespace {namespace}"
176+
cmd = f"{HELM_COMMAND} 'fork-observer' {FORK_OBSERVER_CHART} --namespace {namespace} --create-namespace"
177177
if debug:
178178
cmd += " --debug"
179179

0 commit comments

Comments
 (0)