Skip to content

Commit b122e43

Browse files
committed
fix localhost registry warning
1 parent 74b0208 commit b122e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosting/k8s/helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Configuration:
8787
- Using internal Docker registry
8888
{{- else }}
8989
- Using external Docker registry at {{ .Values.registry.external.host }}
90-
{{- if eq .Values.registry.external.host "localhost" }}
90+
{{- if hasPrefix "localhost" .Values.registry.external.host }}
9191

9292
⚠️ Registry Warning:
9393
Using localhost for registry. Deployments will only work when testing locally in kind or minikube.

0 commit comments

Comments
 (0)