From 6bab12433174265cb1603f133fffd5651304c269 Mon Sep 17 00:00:00 2001 From: Antoine Labarussias Date: Wed, 5 Nov 2025 09:10:24 +0100 Subject: [PATCH] fix(chart): set existingSecret to null --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 471a2aa5..6eef5817 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -92,7 +92,7 @@ kyoo: # Providing a private key is optional, one will be generated at startup privatekey: - existingSecret: + existingSecret: ~ privatekeyKey: private_key_rsa apikeys: