Skip to content

Commit

Permalink
Caught changes we don't want
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 15, 2024
1 parent 9337d1d commit 22cd9b4
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 @@ -8,7 +8,7 @@ gen3_load "gen3/lib/kube-setup-init"

ctx="$(g3kubectl config current-context)"
ctxNamespace="$(g3kubectl config view -ojson | jq -r ".contexts | map(select(.name==\"$ctx\")) | .[0] | .context.namespace")"
argoNamespace=argo-$(gen3 db namespace)


function setup_argo_buckets {
local accountNumber
Expand Down

0 comments on commit 22cd9b4

Please sign in to comment.