mirror of https://git.rancher.io/charts
make charts
parent
3db170070d
commit
45f746c751
Binary file not shown.
Binary file not shown.
|
@ -132,7 +132,7 @@ spec:
|
||||||
echo "Deleting CRDs...";
|
echo "Deleting CRDs...";
|
||||||
mkdir -p /etc/crd;
|
mkdir -p /etc/crd;
|
||||||
base64 -d /etc/config/crd-manifest.tgz.b64 | tar -xzv -C /etc/crd;
|
base64 -d /etc/config/crd-manifest.tgz.b64 | tar -xzv -C /etc/crd;
|
||||||
kubectl delete -Rf --ignore-not-found=true /etc/crd;
|
kubectl delete --ignore-not-found=true -Rf /etc/crd;
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: crd-manifest
|
- name: crd-manifest
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
|
@ -10328,9 +10328,9 @@ entries:
|
||||||
catalog.cattle.io/namespace: cattle-monitoring-system
|
catalog.cattle.io/namespace: cattle-monitoring-system
|
||||||
catalog.cattle.io/release-name: rancher-monitoring-crd
|
catalog.cattle.io/release-name: rancher-monitoring-crd
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
created: "2023-01-27T17:10:51.264967-08:00"
|
created: "2023-02-09T12:46:45.680571-08:00"
|
||||||
description: Installs the CRDs for rancher-monitoring.
|
description: Installs the CRDs for rancher-monitoring.
|
||||||
digest: 795d906f64ed37d62a9f84f36a6abcd29dec2152c4f080e20a49dca25deb1bb0
|
digest: 445cc9bb78900bc623b4664f44bd8d1cb29a8359b985ae41d5d9b619f874ed5b
|
||||||
name: rancher-monitoring-crd
|
name: rancher-monitoring-crd
|
||||||
type: application
|
type: application
|
||||||
urls:
|
urls:
|
||||||
|
|
Loading…
Reference in New Issue