From 72afc4e2d92692d8b99a906f36c4fde54561ceb0 Mon Sep 17 00:00:00 2001 From: Pete Wall Date: Wed, 27 Nov 2024 20:54:13 -0600 Subject: [PATCH] Fix platform test Signed-off-by: Pete Wall --- .../tests/platform/remote-config/test-manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/k8s-monitoring/tests/platform/remote-config/test-manifest.yaml b/charts/k8s-monitoring/tests/platform/remote-config/test-manifest.yaml index afb4e0d64..168b87956 100644 --- a/charts/k8s-monitoring/tests/platform/remote-config/test-manifest.yaml +++ b/charts/k8s-monitoring/tests/platform/remote-config/test-manifest.yaml @@ -4,10 +4,10 @@ cluster: deployments: - name: grafana-cloud-credentials type: manifest - file: charts/k8s-monitoring/tests/platform/remote-config/grafana-cloud-credentials.yaml + file: grafana-cloud-credentials.yaml - name: test-variables type: manifest - file: charts/k8s-monitoring/tests/platform/remote-config/test-variables.yaml + file: test-variables.yaml - name: k8s-monitoring type: helm