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

View File

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