This message was deleted.
# fleet
a
This message was deleted.
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.