fix: Refactor version endpoint json creation to guarantee variable substitution
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:
@ -31,13 +31,11 @@
|
||||
values: |
|
||||
{{
|
||||
components['json-server'].chart_values |
|
||||
combine( {
|
||||
'jsonServer': {
|
||||
'seedData': {
|
||||
'configInline': (components['json-server'].chart_values.jsonServer.seedData.configInline | combine( { 'components': manifest_versions } ) | to_json)
|
||||
}
|
||||
}
|
||||
} )
|
||||
combine( { 'jsonServer': { 'seedData': { 'configInline': (
|
||||
components['json-server'].chart_values.jsonServer.seedData.configInline |
|
||||
combine( { 'components': manifest_versions }, { 'appliance': { "version": appliance.version } } ) |
|
||||
to_json
|
||||
) } } } )
|
||||
}}
|
||||
|
||||
- name: Ensure json-server API availability
|
||||
|
Reference in New Issue
Block a user