Victor Augusto
Results
2
comments of
Victor Augusto
For me it was necessary to remove the runner finalizer: ```shell kubectl patch runner -p '{"metadata": {"finalizers": null}}' --type merge ``` ps: without `--type merge` I got ```shell error: application/strategic-merge-patch+json...
For me it was what the loki as default too, as @mlucas99 mentioned. 🙏 ty Here's my `kube-prometheus-stack.yaml` (72.4.0): ```yaml ... grafana: additionalDatasources: - name: Loki type: loki url: http://loki-gateway...