Skip to content

Commit

Permalink
Adding a gen3 db namespace to the temp files so they don't overlap (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt authored Mar 12, 2024
1 parent b6031e0 commit 24492c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen3/bin/kube-setup-revproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ done

if g3k_manifest_lookup .argo.argo_server_service_url 2> /dev/null; then
argo_server_service_url=$(g3k_manifest_lookup .argo.argo_server_service_url)
g3k_kv_filter "${scriptDir}/gen3.nginx.conf/argo-server.conf" SERVICE_URL "${argo_server_service_url}" > /tmp/argo-server-with-url.conf
filePath="/tmp/argo-server-with-url.conf"
g3k_kv_filter "${scriptDir}/gen3.nginx.conf/argo-server.conf" SERVICE_URL "${argo_server_service_url}" > /tmp/argo-server-with-url$(gen3 db namespace).conf
filePath="/tmp/argo-server-with-url$(gen3 db namespace).conf"
if [[ -f "$filePath" ]]; then
confFileList+=("--from-file" "$filePath")
fi
Expand Down

0 comments on commit 24492c2

Please sign in to comment.