First Commit
This commit is contained in:
commit
2479ce44a2
2 changed files with 12 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Rancher Catalog Helm Repos
|
||||||
|
|
||||||
|
This is for adding manifests to include in our downstream clusters by default. Please be sure you trust these projects.
|
9
manifests/ceph-csi.yaml
Normal file
9
manifests/ceph-csi.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
apiVersion: catalog.cattle.io/v1
|
||||||
|
kind: ClusterRepo
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
field.cattle.io/description: The ceph-csi-rbd chart adds rbd volume support to your cluster
|
||||||
|
name: ceph-csi
|
||||||
|
spec:
|
||||||
|
clientSecret: null
|
||||||
|
url: https://ceph.github.io/csi-charts
|
Loading…
Reference in a new issue