-
Notifications
You must be signed in to change notification settings - Fork 925
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request