Skip to content

Add support for extra manifests #1519

@leshukov

Description

@leshukov

Is your feature request related to a problem? Please describe

Please add support for extra manifests, for example, add a file to the template folder extra-manifests.yaml:

{{- range .Values.extraManifests }}
---
{{ toYaml . }}
{{- end }}

and to values.yaml:

# Extra manifests to deploy as an array of objects
extraManifests: []
  # - apiVersion: v1
  #   kind: ConfigMap
  #   metadata:
  #     name: example-configmap
  #   data:
  #     key: value

Or you can choose your own realisation of this feature.
Thanks.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions