You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hard-coded cert-manager configuration and improve TLS docs (#227)
* Refactor ingress configuration to remove cert-manager settings and add TLS setup instructions in documentation
* Update CHANGELOG.md for v0.7.1 release notes, including breaking changes and TLS configuration updates
* Add documentation files in templates to .helmignore
* Fix .helmignore to correctly ignore documentation files in templates
secretName: eoapi-tls # cert-manager will create this secret
153
+
```
154
+
155
+
The certificate will be automatically obtained and renewed by cert-manager. The process typically takes a few minutes. You can check the certificate status with:
156
+
```bash
157
+
kubectl get certificate
158
+
```
159
+
92
160
## Migration
93
161
94
162
If you're migrating from a version 0.6.0 or earlier, follow these guidelines:
0 commit comments