Skip to content

Commit fdc645c

Browse files
maxnitzeMax Nitze
authored andcommitted
Allow appConfig to be provided as a string
Signed-off-by: Max Nitze <[email protected]>
1 parent b1d86d3 commit fdc645c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ sources:
3838
# This is the chart version. This version number should be incremented each time you make changes
3939
# to the chart and its templates, including the app version.
4040
# Versions are expected to follow Semantic Versioning (https://semver.org/)
41-
version: 1.1.1
41+
version: 1.1.2

charts/backstage/values.schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,10 @@
416416
},
417417
"appConfig": {
418418
"title": "Generates ConfigMap and configures it in the Backstage pods",
419-
"type": "object",
419+
"type": [
420+
"object",
421+
"string"
422+
],
420423
"default": {},
421424
"examples": [
422425
{

0 commit comments

Comments
 (0)