Skip to content

Commit

Permalink
fix: name for file
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Feb 13, 2024
1 parent 5a71dcd commit bb5e1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen3/bin/kube-setup-argo-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if [[ -z "$GEN3_SOURCE_ONLY" ]]; then

export ARGO_HOST=${argo_server_service_url}
export ARGO_NAMESPACE=argo-$(gen3 db namespace)
envsubst <"${GEN3_HOME}/kube/services/argo-wrapper/config.ini" > /tmp/argo-wrapper-namespace-config.yaml
envsubst <"${GEN3_HOME}/kube/services/argo-wrapper/config.ini" > /tmp/config.ini

g3kubectl create configmap argo-wrapper-namespace-config --from-file /tmp/argo-wrapper-namespace-config.yaml
g3kubectl create configmap argo-wrapper-namespace-config --from-file /tmp/config.ini
fi

gen3_log_info "the argo-wrapper service has been deployed onto the kubernetes cluster"
Expand Down

0 comments on commit bb5e1fe

Please sign in to comment.