From 710964fc6385ceb55feaa5a674320ae2beb1b988 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 28 Apr 2025 11:10:59 +0200 Subject: [PATCH] ingressClassName: "nginx" --- template/stacks/ref-implementation/openbao/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index ce406be..9d09c17 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -1,7 +1,7 @@ server: ingress: enabled: true - ingressClassName: "openbao" + ingressClassName: "nginx" pathType: Prefix postStart: - sh