asset-relocation-tool-for-kubernetes
asset-relocation-tool-for-kubernetes copied to clipboard
How to use array syntax in relok8s-images.yaml
How to use array syntax in relok8s-images.yaml?
I has relok8s-images.yaml config below:
- "{{ .fluent-bit.initContainers[0].image }}"
Then I get the error that it cannot be parsed correctly
- "{{ (index .fluent-bit.initContainers 0).image }}"
not working neither.