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
| cluster.tls_certificates.cert_manager.ca.generate | Generate the CA certificate using cert-manager | <code>false</code> |
224
+
| cluster.tls_certificates.cert_manager.ca.secret_template | The template for the CA certificate secret (if generate is true) will automatically add the annotation `cert-manager.io/allow-direct-injection: "true"` if not present | <code>{}</code> |
225
+
| cluster.tls_certificates.cert_manager.ca.secret_name | The name of the existing CA certificate secret (if generate is false) has to be annotated with `cert-manager.io/allow-direct-injection: "true"` | <code>""</code> |
226
+
| cluster.tls_certificates.cert_manager.ca.secret_namespace | The namespace of the existing CA certificate secret (if generate is false) | <code>""</code> |
227
+
| cluster.tls_certificates.cert_manager.issuer.generate | Generate the Issuer instead of using an existing one | <code>false</code> |
228
+
| cluster.tls_certificates.cert_manager.issuer.name | The name of the existing issuer | <code>""</code> |
229
+
| cluster.tls_certificates.cert_manager.issuer.kind | The kind of the existing issuer (Issuer, ClusterIssuer) | <code>Issuer</code> |
230
+
| cluster.tls_certificates.cert_manager.issuer.group | The group of the existing issuer | <code>cert-manager.io</code> |
0 commit comments