Skip to content

Commit

Permalink
Adding the last part of the namespace override logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 22, 2024
1 parent 9810580 commit 9b112fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/kube-setup-argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function setup_argo_template_secret() {

setup_argo_buckets
# only do this if we are running in the default namespace
if [[ "$ctxNamespace" == "default" || "$ctxNamespace" == "null" ]]; then
if [[ "$ctxNamespace" == "default" || "$ctxNamespace" == "null" || "$override_namespace" == true ]]; then
setup_argo_db
setup_argo_template_secret
if (! helm status argo -n $argo_namespace > /dev/null 2>&1 ) || [[ "$force" == true ]]; then
Expand Down

0 comments on commit 9b112fe

Please sign in to comment.