Skip to content

Commit

Permalink
Adding double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 22, 2024
1 parent 099593e commit be8fd4a
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 @@ -215,7 +215,7 @@ function setup_argo_db() {

function setup_argo_template_secret() {
gen3_log_info "Started the template secret process"
downloadable_bucket_name=$(g3k_config_lookup '.downloadable-s3-bucket' $(g3k_manifest_init)/$(g3k_hostname)/manifests/argo/argo.json)
downloadable_bucket_name=$(g3k_config_lookup '."downloadable-s3-bucket"' $(g3k_manifest_init)/$(g3k_hostname)/manifests/argo/argo.json)
# Check if the secret already exists
if [[ ! -z $(g3kubectl get secret argo-template-values-secret -n $argo_namespace) ]]; then
gen3_log_info "Argo template values secret already exists, assuming it's stale and deleting"
Expand Down

0 comments on commit be8fd4a

Please sign in to comment.