rancher-charts/charts/rancher-monitoring-crd/16.6.1+up16.6.0/templates/manifest.yaml

15 lines
376 B
YAML
Raw Normal View History

2022-02-10 07:18:09 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Chart.Name }}-manifest
namespace: {{ .Release.Namespace }}
data:
crd-manifest.yaml: |
{{- $currentScope := . -}}
{{- $crds := (.Files.Glob "crd-manifest/**.yaml") -}}
{{- range $path, $_ := $crds -}}
{{- with $currentScope -}}
{{ .Files.Get $path | nindent 4 }}
---
{{- end -}}{{- end -}}