From 07f004f2a6373ab00e4cca42f5da639041b4b5d3 Mon Sep 17 00:00:00 2001 From: andersonid Date: Mon, 27 Oct 2025 13:10:58 -0300 Subject: [PATCH] =?UTF-8?q?Fix:=20Corrige=20indenta=C3=A7=C3=A3o=20YAML=20?= =?UTF-8?q?no=20deployment.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deployment.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 5d0d1f1..5a75099 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -103,13 +103,13 @@ spec: configMapKeyRef: name: resource-governance-config key: PROMETHEUS_URL - - name: THANOS_URL - valueFrom: - configMapKeyRef: - name: resource-governance-config - key: THANOS_URL - - name: API_BASE_URL - value: "http://localhost:8080" + - name: THANOS_URL + valueFrom: + configMapKeyRef: + name: resource-governance-config + key: THANOS_URL + - name: API_BASE_URL + value: "http://localhost:8080" - name: REPORT_EXPORT_PATH valueFrom: configMapKeyRef: