Skip to content

rawResources

Allows for the inclusion of raw Kubernetes resources that are not supported by the chart otherwise​

object

Keys are identifiers for rawResources instances.

rawResources:
main:
enabled: true
# ... configuration
secondary:
enabled: true
# ... configuration

Available properties:

PropertyTypeRequiredDefaultDescription
enabledbooleanNotrueSet to false to disable the resource.
forceRenamestringNo-Override the default resource name. Mutually exclusive wi…
manifestobjectYes-The raw K8s resource manifest to be rendered. apiVersion …
prefixstringNoPrefix to prepend to the resource name. Mutually exclusiv…
suffixstringNo-Suffix to append to the resource name. Defaults to the re…

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

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.