fix: Incorrect nesting of dictionary and filters

This commit is contained in:
Danny Bessems 2023-07-28 13:22:23 +02:00
parent 4bf5121086
commit f5154f6961
1 changed files with 5 additions and 4 deletions

View File

@ -31,10 +31,11 @@
values: |
{{
components['json-server'].chart_values |
combine( { 'jsonServer': { 'seedData': { 'configInline': (
{ 'appliance': { "version": appliance.version }, 'components': manifest_versions, 'healthz': { 'status': 'running' } } ) |
to_json
) } } } )
combine(
{ 'jsonServer': { 'seedData': { 'configInline': (
{ 'appliance': { "version": appliance.version }, 'components': manifest_versions, 'healthz': { 'status': 'running' } }
) | to_json } } }
)
}}
- name: Ensure json-server API availability