fix: Remove redundant combine filter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -32,8 +32,7 @@
|
||||
{{
|
||||
components['json-server'].chart_values |
|
||||
combine( { 'jsonServer': { 'seedData': { 'configInline': (
|
||||
components['json-server'].chart_values.jsonServer.seedData.configInline |
|
||||
combine( { 'components': manifest_versions }, { 'appliance': { "version": appliance.version } } ) |
|
||||
{ 'appliance': { "version": appliance.version }, 'components': manifest_versions, 'healthz': { 'status': 'running' } } ) |
|
||||
to_json
|
||||
) } } } )
|
||||
}}
|
||||
|
Reference in New Issue
Block a user