Additional repos
This commit is contained in:
parent
ba358dffd1
commit
201891efad
4 changed files with 28 additions and 1 deletions
|
@ -2,7 +2,7 @@ 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
|
||||
field.cattle.io/description: The ceph-csi charts add support for external Ceph storage to your cluster.
|
||||
name: ceph-csi
|
||||
spec:
|
||||
clientSecret: null
|
||||
|
|
9
manifests/cert-manager.yaml
Normal file
9
manifests/cert-manager.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
apiVersion: catalog.cattle.io/v1
|
||||
kind: ClusterRepo
|
||||
metadata:
|
||||
annotations:
|
||||
field.cattle.io/description: The official helm repository for cert-manager from jeststack.io.
|
||||
name: cert-manager
|
||||
spec:
|
||||
clientSecret: null
|
||||
url: https://charts.jetstack.io
|
9
manifests/kube-vip.yaml
Normal file
9
manifests/kube-vip.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
apiVersion: catalog.cattle.io/v1
|
||||
kind: ClusterRepo
|
||||
metadata:
|
||||
annotations:
|
||||
field.cattle.io/description: Official charts from the kube-vip project.
|
||||
name: kube-vip
|
||||
spec:
|
||||
clientSecret: null
|
||||
url: https://kube-vip.github.io/helm-charts
|
9
manifests/percona.yaml
Normal file
9
manifests/percona.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
apiVersion: catalog.cattle.io/v1
|
||||
kind: ClusterRepo
|
||||
metadata:
|
||||
annotations:
|
||||
field.cattle.io/description: Official charts from Percona offer HA Databases and have additional types available from what's in the Rancher Partner repository.
|
||||
name: percona
|
||||
spec:
|
||||
clientSecret: null
|
||||
url: https://percona.github.io/percona-helm-charts/
|
Loading…
Reference in a new issue