diff --git a/hosting/k8s/helm/templates/NOTES.txt b/hosting/k8s/helm/templates/NOTES.txt index 21f8f0b77..e70d18dd7 100644 --- a/hosting/k8s/helm/templates/NOTES.txt +++ b/hosting/k8s/helm/templates/NOTES.txt @@ -87,7 +87,7 @@ Configuration: - Using internal Docker registry {{- else }} - Using external Docker registry at {{ .Values.registry.external.host }} -{{- if eq .Values.registry.external.host "localhost" }} +{{- if hasPrefix "localhost" .Values.registry.external.host }} ⚠️ Registry Warning: Using localhost for registry. Deployments will only work when testing locally in kind or minikube.