blob: 32c70c08a85bfca9e4f33405e9896972451a5fe9 [file] [log] [blame]
{{/*
Constraints
*/}}
{{- if or (not .Values.platform.cluster) (ne .Values.platform.cluster "OpenShift") }}
{{ required "Field \"platform.build.registry.address\" is required when not running on OpenShift (set \"platform.cluster=OpenShift\" if you're using OpenShift instead)!" .Values.platform.build.registry.address | substr 0 0 }}
{{- end }}
Connect the world with Camel K on {{ include "camel-k.cluster" . }}!