From 6352bb844c5d3f609384eae50717a06101b6ac79 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Fri, 20 Oct 2023 17:25:37 -0700 Subject: [PATCH] add more comments about VIKUNJA_API_URL --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index efc5170..7aedfd1 100644 --- a/values.yaml +++ b/values.yaml @@ -100,6 +100,8 @@ frontend: config: enabled: true data: {} + # If you've used the "built-in" ingress in the api section, you don't need to specify VIKUNJA_API_URL as an environment variable here. + # If you've used something else, you'll need to provide the URL to the API here. # env: # VIKUNJA_API_URL: http://vikunja.local/api