From 961c87ce4d6f63024b60a80bb55ad780ad267bc4 Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 5 Dec 2024 12:00:29 +0100 Subject: [PATCH] adjust just target --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 58e10e9030..1866d2120a 100644 --- a/justfile +++ b/justfile @@ -72,7 +72,6 @@ e2e target=default_deploy_target platform=default_platform: soft-clean coordinat --image-replacements ./{{ workspace_dir }}/just.containerlookup \ --namespace-file ./{{ workspace_dir }}/just.namespace \ --platform {{ platform }} \ - --skip-undeploy=true # Generate policies, apply Kubernetes manifests. deploy target=default_deploy_target cli=default_cli platform=default_platform: (runtime target platform) (apply "runtime") (populate target platform) (generate cli platform) (apply target)