Skip to content

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
# ... configuration

Available properties:

PropertyTypeRequiredDefaultDescription
annotationsobject / nullNo-Annotations to set on the item.
enabledbooleanNotrueSet to false to disable the Secret.
forceRenamestringNo-Override the default resource name. Mutually exclusive wi…
includeChecksumInControllersarrayNo-Specify a list of controller identifiers for which to inc…
includeInChecksumbooleanNotrueSet to true to include this Secret in the checksum calcul…
labelsobject / nullNo-Labels to set on the item.
prefixstringNoPrefix to prepend to the resource name. Mutually exclusiv…
stringDataobjectYes-Secret stringData content. Helm templates are supported.
suffixstringNo-Suffix to append to the resource name. Defaults to the re…
typestringNo-Secret type.

Override the default resource name. Mutually exclusive with prefix and suffix.

Specify a list of controller identifiers for which to include this Secret in the checksum calculation for rolling updates.

Set to true to include this Secret in the checksum calculation for rolling updates.

Prefix to prepend to the resource name. Mutually exclusive with forceRename.

Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.