Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/lets-encrypt-default
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In nginx-ingress-services chart, when enabling useCertManager, now correctly creates the required issuer by default.
2 changes: 1 addition & 1 deletion charts/nginx-ingress-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ tls:
useCertManager: false
# the validation depth between a federator client certificate and tlsClientCA
verify_depth: 1
createIssuer: true
issuer:
create: true
name: letsencrypt-http01
kind: Issuer # Issuer | ClusterIssuer

Expand Down