From 7474460ef8e0fdd0f408cc534d8f8a6d505a1f28 Mon Sep 17 00:00:00 2001 From: ciphersmaug <39407479+ciphersmaug@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:27:16 +0100 Subject: [PATCH] removed double api url path in values file --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 770ec91..fbd5ae9 100644 --- a/values.yaml +++ b/values.yaml @@ -106,7 +106,7 @@ service: monitor: - apiUrl: "http://hawk.example.com/api" + apiUrl: "http://hawk.example.com" replicaCount: 1