Certificate
Appears in
.Values.certificate
Naming scheme
$FullName-$CertificateName
(release-name-chart-name-certificateName)
certificate
Define certificates
Key | certificate |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
$name
Define certificate
Key | certificate.$name |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
enabled
Enables or Disables the certificate
Key | certificate.$name.enabled |
Type | bool |
Required | ✅ |
Helm tpl | ✅ |
Default | false |
Example
namespace
Define the namespace for this object
Key | certificate.$name.namespace |
Type | string |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | "" |
Example
labels
Define the labels for this certificate
Key | certificate.$name.labels |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
annotations
Define the annotations for this certificate
Key | certificate.$name.annotations |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
certificateIssuer
Define the certificate issuer for this certificate
Key | certificate.$name.certificateIssuer |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
hosts
Define the hosts for this certificate
Key | certificate.$name.hosts |
Type | list of string |
Required | ✅ |
Helm tpl | ✅ (On each entry) |
Default | false |
Example
certificateSecretTemplate
Define the certificate secret template for this certificate
Key | certificate.$name.certificateSecretTemplate |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
labels
Define the labels for this certificate secret template
Key | certificate.$name.certificateSecretTemplate.labels |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
annotations
Define the annotations for this certificate secret template
Key | certificate.$name.certificateSecretTemplate.annotations |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example