We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0208 commit b122e43Copy full SHA for b122e43
hosting/k8s/helm/templates/NOTES.txt
@@ -87,7 +87,7 @@ Configuration:
87
- Using internal Docker registry
88
{{- else }}
89
- Using external Docker registry at {{ .Values.registry.external.host }}
90
-{{- if eq .Values.registry.external.host "localhost" }}
+{{- if hasPrefix "localhost" .Values.registry.external.host }}
91
92
⚠️ Registry Warning:
93
Using localhost for registry. Deployments will only work when testing locally in kind or minikube.
0 commit comments