Describe the bug
The order of the slice returned by the listFiles template function is not stable.
Tested with Version
v0.3.91
To Reproduce
Steps to reproduce the behavior:
- Render the result of
listFiles into the datapart of a config map.
- Observe that it fluctuates when reconciling it some times.
Expected behavior
The result should be stable (e.g. alphabetically sorted)
Describe the bug
The order of the slice returned by the
listFilestemplate function is not stable.Tested with Version
v0.3.91
To Reproduce
Steps to reproduce the behavior:
listFilesinto thedatapart of a config map.Expected behavior
The result should be stable (e.g. alphabetically sorted)