config:
temp.yaml: |-
instances:
- server: <The value that is going to be passed from helm template --set>
port: 443
command: --set config."temp\.yaml.instances[0].server"=server_url
I have a helm template like in the above example. As it can be seen temp.yaml is inline but I need to set a value thats in the inline part. Is this somehow possible to do this using only "helm template --set" command?