Skip to content

Commit

Permalink
Yet another dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 12, 2024
1 parent 1b47a35 commit fca6070
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gen3/bin/kube-setup-revproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ 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}');
for service in $(g3kubectl get services -n "$argo_namespace" -o jsonpath='{.items[*].metadata.name}');
do
filePath="$scriptDir/gen3.nginx.conf/${service}.conf"
if [[ -f "$filePath" ]]; then
Expand Down

0 comments on commit fca6070

Please sign in to comment.