fix: Incorrect nesting of dictionary and filters
This commit is contained in:
parent
4bf5121086
commit
f5154f6961
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user