fix localhost registry warning

This commit is contained in:
nicktrn
2025-06-30 13:33:14 +01:00
parent 74b0208dd4
commit b122e43b2d
+1 -1
View File
@@ -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.