The problem is here:
https://repo.katenary.io/Katenary/katenary/src/branch/master/internal/generator/configMap.go#L145
I don't remember why I did the path join here, but it fails at https://repo.katenary.io/Katenary/katenary/src/branch/master/internal/generator/configMap.go#L172 as the file is logically not present.
Removing line 145-146 solve the problems.
metal3d
added this to the v3.0.0 milestone 2025-10-20 00:15:12 +00:00
metal3d
self-assigned this 2025-10-20 00:15:12 +00:00
metal3d
added the bug label 2025-10-20 00:41:12 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The problem is here:
https://repo.katenary.io/Katenary/katenary/src/branch/master/internal/generator/configMap.go#L145
I don't remember why I did the path join here, but it fails at https://repo.katenary.io/Katenary/katenary/src/branch/master/internal/generator/configMap.go#L172 as the file is logically not present.
Removing line 145-146 solve the problems.