Hi there :slightly_smiling_face: Has anyone here b...
# fleet
f
Hi there 🙂 Has anyone here by chance experience with installing rancher apps trough fleet on downstream clusters? So things like argocd from rancher catalouge over fleet for example. If yes could you maybe point me towards some example or link one? i can't find any that are not just doing normal helm or similar install...
b
Rancher apps are just normal helm installs. 🙂 I think what you want so it shows up in the GUI is to be sure to add the helm repo object too.
Copy code
apiVersion: <http://catalog.cattle.io/v1|catalog.cattle.io/v1>
kind: ClusterRepo
metadata:
  name: infisical
spec:
  url: <https://dl.cloudsmith.io/public/infisical/helm-charts/helm/charts/>
Then you do your normal helm installs from the example you found, plus any other manifests you need.