From 00b812127fdd140e379687b0618c892c40d056c7 Mon Sep 17 00:00:00 2001 From: Sviat Loginov Date: Mon, 13 Nov 2023 16:50:42 +0200 Subject: [PATCH] Add loadBalancerSourceRanges to schema --- charts/atlantis/values.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/atlantis/values.schema.json b/charts/atlantis/values.schema.json index c0e91fb4..777f1c9a 100644 --- a/charts/atlantis/values.schema.json +++ b/charts/atlantis/values.schema.json @@ -484,6 +484,13 @@ "string", "null" ] + }, + "loadBalancerSourceRanges":{ + "description":"If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.", + "type":[ + "array", + "null" + ] } } },