https://rancher.com/ logo
Title
b

billowy-apple-60989

02/10/2023, 3:38 PM
I’m trying to setup a repo that will contain the base-config of our 30+ downstream clusters, however i’m facing some issues when trying to deploy Helm charts along our normal “static” manifests. Currently we use the Kustomize approach with a number of servicemonitors, prometheusrules etc as described here: https://github.com/rancher/fleet-examples/tree/master/multi-cluster/kustomize Now we would also like this repo to contain/deploy some external Helm Chart like
loki-stack
and
rancher-monitoring
, sort of like this: https://github.com/rancher/fleet-examples/blob/master/multi-cluster/helm-external/fleet.yaml Is it possible to combine these into one Repo that fleet can use to deploy “everything” ? Or do you need seperate “Kustomize Repo” and “Helm Chart Repo” ? Thanks
m

mammoth-postman-10874

02/10/2023, 4:13 PM
This worked for me:
defaultNamespace: monitoring kustomize: dir: overlays/dev helm: repo: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack version: 42.1.1
b

billowy-apple-60989

02/13/2023, 7:12 AM
Thanks, will try it out 🙂