asset-relocation-tool-for-kubernetes icon indicating copy to clipboard operation
asset-relocation-tool-for-kubernetes copied to clipboard

How to use array syntax in relok8s-images.yaml

Open FKAJerry opened this issue 1 year ago • 1 comments

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

FKAJerry avatar Mar 25 '23 06:03 FKAJerry

- "{{ (index .fluent-bit.initContainers 0).image }}" not working neither.

panpan0000 avatar Jun 08 '23 05:06 panpan0000