From 0f5b2da8b3dacc10a1b3a2a3a2bec7d607169f6a Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Wed, 15 May 2024 16:09:44 +0530 Subject: [PATCH] fix(notes): update docs link --- charts/flagsmith/templates/NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/flagsmith/templates/NOTES.txt b/charts/flagsmith/templates/NOTES.txt index 35f58f1..cb0b48e 100644 --- a/charts/flagsmith/templates/NOTES.txt +++ b/charts/flagsmith/templates/NOTES.txt @@ -1,6 +1,6 @@ # Flagsmith pods are now starting in the cluster # -See documentation at https://artifacthub.io/packages/helm/flagsmith/flagsmith/{{ .Chart.Version }} +See documentation at https://docs.flagsmith.com/deployment/hosting/kubernetes for more configuration options. To access Flagsmith using port-forwarding, run: @@ -19,7 +19,7 @@ Then access http://localhost:8080 in a browser. {{- $stringParts := (compact (list (join ", " $commaParts) $andPart)) -}} ## Ingress not enabled for {{ join " and " $stringParts }} ## -See documentation at https://artifacthub.io/packages/helm/flagsmith/flagsmith/{{ .Chart.Version }}#ingress-configuration +See documentation at https://docs.flagsmith.com/deployment/hosting/kubernetes#ingress-configuration for information about how to gain web access to the application. {{- end }}