Parent epic: #166
Integration branch: feat/mlflow-enterprise-patterns
Wire KOTS license entitlements through Config → HelmChart CR values → application ConfigMap so the app can consume license fields like tier and max_users.
Scope
Files touched
applications/mlflow/release/kots-config.yaml (add license Config items)
applications/mlflow/release/mlflow-chart.yaml (add license values mapping)
applications/mlflow/charts/mlflow/templates/license-configmap.yaml (new file)
applications/mlflow/charts/mlflow/values.yaml (add license section)
PR target
Branch PRs to feat/mlflow-enterprise-patterns (not main).
Parent epic: #166
Integration branch:
feat/mlflow-enterprise-patternsWire KOTS license entitlements through Config → HelmChart CR values → application ConfigMap so the app can consume license fields like tier and max_users.
Scope
release/kots-config.yamlusing{{repl LicenseFieldValue "tier"}}and{{repl LicenseFieldValue "max_users"}}release/mlflow-chart.yamlasvalues.license.*charts/mlflow/templates/license-configmap.yamlthat reads.Values.license.*and creates a ConfigMap for app consumptionlicensesection tocharts/mlflow/values.yamlwith defaultsFiles touched
applications/mlflow/release/kots-config.yaml(add license Config items)applications/mlflow/release/mlflow-chart.yaml(add license values mapping)applications/mlflow/charts/mlflow/templates/license-configmap.yaml(new file)applications/mlflow/charts/mlflow/values.yaml(add license section)PR target
Branch PRs to
feat/mlflow-enterprise-patterns(not main).