fix: Remove redundant combine filter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-07-19 22:46:51 +02:00
parent 393b1092e5
commit 4bf5121086
2 changed files with 2 additions and 8 deletions

View File

@ -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
) } } } )
}}

View File

@ -190,12 +190,7 @@ components:
pathType: Prefix
jsonServer:
seedData:
configInline: |
{
"appliance": {},
"components": [],
"healthz": { "status": "running" }
}
configInline: {}
sidecar:
targetUrl: version.{{ vapp['metacluster.fqdn'] }}