Skip to content

Commit

Permalink
Making the print clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 22, 2024
1 parent 0c2050d commit 920c4ae
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 @@ -24,7 +24,7 @@ ctx="$(g3kubectl config current-context)"
ctxNamespace="$(g3kubectl config view -ojson | jq -r ".contexts | map(select(.name==\"$ctx\")) | .[0] | .context.namespace")"

argo_namespace=$(g3k_config_lookup '.argo_namespace' $(g3k_manifest_init)/$(g3k_hostname)/manifests/argo/argo.json)
echo "$argo_namespace"
echo "Argo namespace: $argo_namespace"

function setup_argo_buckets {
local accountNumber
Expand Down

0 comments on commit 920c4ae

Please sign in to comment.