rancher-charts/packages/rancher-monitoring
Arvind Iyengar 3db170070d
Fix rancher-monitoring-crd chart uninstall failure
It seems like the order of parameters in the CRD uninstall Job are incorrect.

```
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl apply -f charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
customresourcedefinition.apiextensions.k8s.io/alertmanagerconfigs.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/alertmanagers.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/podmonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/probes.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheuses.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheusrules.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/servicemonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/thanosrulers.monitoring.coreos.com created
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl delete -Rf --ignore-not-found=true charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
the path "--ignore-not-found=true" does not exist
arguments in resource/name form may not have more than one slash
```

Since it is invalid to place `--ignore-not-found=true` after `-Rf`, I'm just switching the order to be successful.
2023-02-09 12:44:55 -08:00
..
prometheus-federator Rebase prometheus-federator chart 2022-12-14 12:30:10 -08:00
rancher-grafana [rancher-grafana] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version 2023-01-30 09:32:49 -08:00
rancher-kube-state-metrics [rancher-kube-state-metrics] Replace .Values.podSecurityPolicy.enabled with .Values.global.cattle.psp.enabled and bump major version 2023-01-30 09:32:49 -08:00
rancher-monitoring Fix rancher-monitoring-crd chart uninstall failure 2023-02-09 12:44:55 -08:00
rancher-node-exporter resetting prometheus-node-exporter.service.port and prometheus-node-exporter.service.targetPort to 9796 2023-02-02 15:46:23 -08:00
rancher-project-monitoring Rebase rancher-project-monitoring chart 2022-12-14 12:30:10 -08:00
rancher-prometheus-adapter [rancher-prometheus-adapter] Replace .Values.psp.create with .Values.global.cattle.psp.enabled and bump major version 2023-01-30 09:32:49 -08:00
rancher-pushprox Fix typo with metricRelabelings 2023-02-09 12:08:54 -08:00
rancher-windows-exporter [rancher-windows-exporter] Include .Values.global.cattle.psp.enabled and bump major version 2023-01-30 09:32:50 -08:00