This message was deleted.
# general
a
This message was deleted.
m
chart is rancher-monitoring
b
I tried that aswell, throws the same error
eh.. wtf or so i thought apperntly..
jfc..
m
This is a snippet from index.yaml
b
I must've had a typo in the chart or something..
Yup the following seems to work with `fleet test`:
Copy code
defaultNamespace: cattle-monitoring-system
helm:
  chart: rancher-monitoring
  repo: <https://charts.rancher.io>
  releaseName: rancher-monitoring
  version: 102.0.0+up40.1.2
  namespace: cattle-monitoring-system
  values:
    ...
Thanks 🫠
m
yaw
b
Any idea if it's possible to add annotations aswell? Trying to add the following so the CRD chart is also deployed
Copy code
defaultNamespace: cattle-monitoring-system
helm:
  chart: rancher-monitoring
  metadata:
    annotations:
      <http://catalog.cattle.io/auto-install|catalog.cattle.io/auto-install>: rancher-monitoring-crd=match
  repo: <https://charts.rancher.io>
  releaseName: rancher-monitoring
  version: 102.0.0+up40.1.2
  namespace: cattle-monitoring-system
  values: ...
But it doesn't seem to do anything