Skip to content

Commit d1bca12

Browse files
committed
feat(charts/templates): Enable HTTP-01 editing for ingress and use letsencrypt-stagging issuer
1 parent 3e684ba commit d1bca12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/templates/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
nginx.ingress.kubernetes.io/proxy-cookie-path: / /
1919
nginx.ingress.kubernetes.io/proxy-set-header: "Cookie $http_cookie"
2020
acme.cert-manager.io/http01-edit-in-place: "true"
21-
cert-manager.io/cluster-issuer: letsencrypt-stagging
21+
cert-manager.io/cluster-issuer: letsencrypt-staging
2222
labels:
2323
apptype: gitdataweb
2424
app.kubernetes.io/managed-by: Helm

0 commit comments

Comments
 (0)