GoogleContainerTools / GoogleContainerTools/skaffold
support kustomize parameterization when dependencies path is absolute
Open
kind/todo
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
- Related to #8365
- parameterization is not working when user's kustomization file reference a absolute path
- for example
```yaml
Resources:
- /abc/ddd/daa
```
- the transformed file will point to non-transformed file, so kustomize will build with wrong resource
The issue is used to track fix the edge case.
Contributor guide
Assessment
This issue has not been assessed yet.