GoogleContainerTools / GoogleContainerTools/skaffold
Feat: Add Go template equivalent of Krew `whoami`
Open
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### Expected behavior
When working in multi-developer environments, it is useful to have an "identity seed" for templating resources. A good example of this is when project developers share an external secrets namespace. Being able to retrieve the user identity from the current kubeconfig is useful to select from a sub-namespace for development secret storage.
Creating this as a property in the Go template space would allow it to be used (and transformed in a chained template).
Contributor guide
Assessment
This issue has not been assessed yet.