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