Skip to content

Commit 21fcc2f

Browse files
committed
correct ingress class
1 parent f326d97 commit 21fcc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/argocd-values.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ server:
1818

1919
ingress:
2020
enabled: true
21-
ingressClassName: alb-argocd-ext
21+
ingressClassName: alb
2222
annotations:
2323
cert-manager.io/cluster-issuer: ${cert_issuer}
2424
external-dns.alpha.kubernetes.io/hostname: ${ingress_host}

0 commit comments

Comments
 (0)