rancher-partner-charts/charts/kasten/k10/7.0.701/templates/rhmarketplace.tpl

9 lines
323 B
Smarty
Raw Normal View History

{{/*
This file is used to fail the helm deployment if certain values are set which are
not compatible with an Operator deployment.
*/}}
{{- if and (.Values.global.rhMarketPlace) (.Values.reporting.pdfReports) -}}
{{- fail "reporting.pdfReports cannot be enabled for the K10 Red Hat Marketplace Operator" -}}
{{- end -}}