janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart
https://redhat-developer.github.io/rhdh-chart/
Apache License 2.0
62 stars 54 forks source link

fix: enforce defaults in OCP form view #154

Closed tumido closed 1 year ago

tumido commented 1 year ago

Description of the change

OCP Console is acting strangely when we want to default to [], it assumes it's null and pulls data from the schema. This PR should ensure the schema is always consistent with default values in the chart, including values for subcharts.

Existing or Associated Issue(s)

Fixes: #151

Additional Information

https://github.com/janus-idp/helm-backstage/assets/7453394/e2709f02-0665-4954-ac15-2beb327e37ab

Checklist

tumido commented 1 year ago

cc @kadel

tumido commented 1 year ago

CI failing due to https://github.com/janus-idp/backstage-showcase/issues/813 please retrigger once new build for next finishes.