rancher-charts/charts/rancher-monitoring-crd/100.1.2+up19.0.3/templates/manifest.yaml

9 lines
209 B
YAML
Raw Normal View History

2022-03-30 19:21:33 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Chart.Name }}-manifest
namespace: {{ .Release.Namespace }}
data:
crd-manifest.tgz.b64:
{{- .Files.Get "files/crd-manifest.tgz" | b64enc | indent 4 }}