Error "file does not exists" using workingdir and configmap-files #175
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.