Skip to content

Commit

Permalink
Dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 12, 2024
1 parent f5be925 commit 1b47a35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gen3/bin/kube-setup-revproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@ done
if g3k_manifest_lookup .argo.argo_namespace 2> /dev/null; then
argo_namespace=$(g3k_manifest_lookup .argo.argo_namespace)

echo "$argo_namespace"

if g3kubectl get namespace "$argo_namespace" > /dev/null 2>&1;
then
for service in $(g3kubectl get services -n argo -o jsonpath='{.items[*].metadata.name}');
do
filePath="$scriptDir/gen3.nginx.conf/${argo}.conf"
filePath="$scriptDir/gen3.nginx.conf/${service}.conf"
if [[ -f "$filePath" ]]; then
confFileList+=("--from-file" "$filePath")
fi
Expand Down

0 comments on commit 1b47a35

Please sign in to comment.