Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use array syntax in relok8s-images.yaml #177

Open
FKAJerry opened this issue Mar 25, 2023 · 1 comment
Open

How to use array syntax in relok8s-images.yaml #177

FKAJerry opened this issue Mar 25, 2023 · 1 comment

Comments

@FKAJerry
Copy link

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

@panpan0000
Copy link

panpan0000 commented Jun 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@FKAJerry @panpan0000 and others