fix: Explicitly convert child dictionary to json
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
2b497d4653
commit
89874d57ce
@ -7,7 +7,15 @@
|
|||||||
create_namespace: true
|
create_namespace: true
|
||||||
wait: false
|
wait: false
|
||||||
kubeconfig: "{{ kubeconfig.path }}"
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
values: "{{ components['json-server'].chart_values }}"
|
values: |
|
||||||
|
{{
|
||||||
|
components['json-server'].chart_values |
|
||||||
|
combine( {
|
||||||
|
'seedData': {
|
||||||
|
'configInline': ( components['json-server'].chart_values.seedData.configInline | to_json )
|
||||||
|
}
|
||||||
|
} )
|
||||||
|
}}
|
||||||
|
|
||||||
- name: Ensure json-server API availability
|
- name: Ensure json-server API availability
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
|
Loading…
Reference in New Issue
Block a user