Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies
Describe the bug
IsFileYaml() in pkg/utils/helpers.go returns true if file extension contains suffix yaml or yml. For example, it returns true if the file name is "mycustomfile-extension.nonyaml"
To Reproduce
NA
Expected behavior
It should return false.
Screenshots
NA
Environment (please complete the following information):
NA
Describe the bug IsFileYaml() in
pkg/utils/helpers.go
returns true if file extension contains suffix yaml or yml. For example, it returns true if the file name is "mycustomfile-extension.nonyaml"To Reproduce NA
Expected behavior It should return false.
Screenshots NA
Environment (please complete the following information): NA
Additional context NA