Skip to content

Commit 79c755c

Browse files
committed
Fix invalid ingress format for argo workflow
1 parent 91e70d6 commit 79c755c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/terraform/modules/helm/values/values-argo-workflows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ server:
22
ingress:
33
enabled: true
44
ingressClassName: "cloudflare-tunnel"
5-
hostname: k8s-homelab-argo-workflows.${hostname}
5+
hosts:
6+
- k8s-homelab-argo-workflows.${hostname}

0 commit comments

Comments
 (0)