From aed040cf84eec7d787256e90f325f6ab84cdf88e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 14 Jan 2025 20:57:25 -0600 Subject: [PATCH] change to empty string --- clusters/cl01tl/platform/gitea/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 6dabb81ad..10ed44d87 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -5,10 +5,10 @@ gitea: service: http: type: ClusterIP - clusterIP: null + clusterIP: "" ssh: type: ClusterIP - clusterIP: null + clusterIP: "" ingress: enabled: false persistence: