From 3af93363fd19408605f4ad5df9afb71d0cb0bdba Mon Sep 17 00:00:00 2001 From: Ali Algohary <71212887+alimelgohary@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:23:01 +0200 Subject: [PATCH] Fix JSON value of OPERATOR_UI_CONFIG (#3070) Remove excess comma from OPERATOR_UI_CONFIG. --- ui/manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/manifests/deployment.yaml b/ui/manifests/deployment.yaml index ad41c38c7..e19a850b8 100644 --- a/ui/manifests/deployment.yaml +++ b/ui/manifests/deployment.yaml @@ -77,7 +77,7 @@ spec: "17", "16", "15", - "14", + "14" ] } # Exemple of settings to make snapshot view working in the ui when using AWS