Skip to content

Commit

Permalink
Think underscores are also a no-go
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Oct 16, 2024
1 parent f387999 commit 38325ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/services/argo-events/workflows/sensor-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38325ba

Please sign in to comment.