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:
parent
393b1092e5
commit
4bf5121086
@ -32,8 +32,7 @@
|
|||||||
{{
|
{{
|
||||||
components['json-server'].chart_values |
|
components['json-server'].chart_values |
|
||||||
combine( { 'jsonServer': { 'seedData': { 'configInline': (
|
combine( { 'jsonServer': { 'seedData': { 'configInline': (
|
||||||
components['json-server'].chart_values.jsonServer.seedData.configInline |
|
{ 'appliance': { "version": appliance.version }, 'components': manifest_versions, 'healthz': { 'status': 'running' } } ) |
|
||||||
combine( { 'components': manifest_versions }, { 'appliance': { "version": appliance.version } } ) |
|
|
||||||
to_json
|
to_json
|
||||||
) } } } )
|
) } } } )
|
||||||
}}
|
}}
|
||||||
|
@ -190,12 +190,7 @@ components:
|
|||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
jsonServer:
|
jsonServer:
|
||||||
seedData:
|
seedData:
|
||||||
configInline: |
|
configInline: {}
|
||||||
{
|
|
||||||
"appliance": {},
|
|
||||||
"components": [],
|
|
||||||
"healthz": { "status": "running" }
|
|
||||||
}
|
|
||||||
sidecar:
|
sidecar:
|
||||||
targetUrl: version.{{ vapp['metacluster.fqdn'] }}
|
targetUrl: version.{{ vapp['metacluster.fqdn'] }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user