secrets
Kubernetes Secrets to be generated by the chart. Be aware that these values are not encrypted by default, and could therefore be visible to anybody with access to the values.yaml file. Additional Secrets can be added by adding a dictionary key similar to the ‘secret’ object.
object
Keys are identifiers for secrets instances.
secrets: main: enabled: true # ... configuration
secondary: enabled: true # ... configurationInstance Properties
Section titled “Instance Properties”Available properties:
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
annotations | object / null | No | - | Annotations to set on the item. |
enabled | boolean | No | true | Set to false to disable the Secret. |
forceRename | string | No | - | Override the default resource name. Mutually exclusive wi… |
includeChecksumInControllers | array | No | - | Specify a list of controller identifiers for which to inc… |
includeInChecksum | boolean | No | true | Set to true to include this Secret in the checksum calcul… |
labels | object / null | No | - | Labels to set on the item. |
prefix | string | No | “ | Prefix to prepend to the resource name. Mutually exclusiv… |
stringData | object | Yes | - | Secret stringData content. Helm templates are supported. |
suffix | string | No | - | Suffix to append to the resource name. Defaults to the re… |
type | string | No | - | Secret type. |
Property Details
Section titled “Property Details”forceRename
Section titled “forceRename”Override the default resource name. Mutually exclusive with prefix and suffix.
includeChecksumInControllers
Section titled “includeChecksumInControllers”Specify a list of controller identifiers for which to include this Secret in the checksum calculation for rolling updates.
includeInChecksum
Section titled “includeInChecksum”Set to true to include this Secret in the checksum calculation for rolling updates.
prefix
Section titled “prefix”Prefix to prepend to the resource name. Mutually exclusive with forceRename.
suffix
Section titled “suffix”Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.