rancher-charts/charts/rancher-monitoring-crd/103.0.1+up45.31.1/templates/manifest.yaml

9 lines
209 B
YAML
Raw Normal View History

2023-12-10 00:33:31 +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 }}