From 6fe64649c2853aa833fabee226d2581903f8bbb1 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Wed, 1 Apr 2026 21:22:14 +0200 Subject: [PATCH] chore: make values empty per template --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 7aebdd2..de022b4 100644 --- a/values.yaml +++ b/values.yaml @@ -116,11 +116,11 @@ init: ## Specify an existing token secret ## -existingSecret: "secret" -existingSecretKey: "key" +existingSecret: "" +existingSecretKey: "" ## Specify the root URL of the Gitea instance -giteaRootURL: "gitea.com" +giteaRootURL: "" ## @param preExtraInitContainers Additional init containers to run in the pod before gitea-actions runs it owns init containers. preExtraInitContainers: []