Add rancher-monitoring-crd chart 104.1.2+up57.0.3

This commit is contained in:
wbsong111
2024-12-02 11:45:23 +09:00
parent afc5469547
commit ac99c773e1
9 changed files with 274 additions and 0 deletions
@@ -0,0 +1,8 @@
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 }}