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