From 38325babdcda50237e79a07129fcbd04afe75995 Mon Sep 17 00:00:00 2001 From: Aidan Hilt Date: Wed, 16 Oct 2024 12:00:21 -0400 Subject: [PATCH] Think underscores are also a no-go --- kube/services/argo-events/workflows/sensor-created.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/services/argo-events/workflows/sensor-created.yaml b/kube/services/argo-events/workflows/sensor-created.yaml index 91c1344e5..0a3fe48c8 100644 --- a/kube/services/argo-events/workflows/sensor-created.yaml +++ b/kube/services/argo-events/workflows/sensor-created.yaml @@ -65,7 +65,7 @@ spec: - | #!/bin/bash - GEN3_TEAMNAME_DECODED=$(echo -n "GEN3_TEAMNAME" | xxd -r -p | sed 's:.*/::') + GEN3_TEAMNAME_DECODED=$(echo -n "GEN3_TEAMNAME" | xxd -r -p | sed 's:.*/::' | sed 's/_/\//g') if [ -z "$NODEPOOL_TEMPLATE" ]; then NODEPOOL_TEMPLATE="/manifests/nodepool.yaml" fi