Skip to content

Commit 4defd2b

Browse files
committed
Process Ingress with bitpoke-stack annotation
We've migrated to `.spec.ingressClassName` but for backward compatibility we should process ingress resources with `kubernetes.io/ingress.class` as well (eg. ingresses created by cert-manager)
1 parent 0c154ac commit 4defd2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/charts/stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nginx-ingress:
2929
publishService:
3030
enabled: true
3131
extraArgs:
32-
ingress-class: bitpoke.io/stack
32+
ingress-class: bitpoke-stack
3333
default-ssl-certificate: bitpoke-stack/stack-ingress-default
3434
defaultBackend:
3535
enabled: true

0 commit comments

Comments
 (0)