Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buttahtoast/transformers
Kustomize Transformers
https://github.com/buttahtoast/transformers
Last synced: 20 days ago
JSON representation
Kustomize Transformers
- Host: GitHub
- URL: https://github.com/buttahtoast/transformers
- Owner: buttahtoast
- License: apache-2.0
- Created: 2023-05-04T11:56:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:46:09.000Z (10 months ago)
- Last Synced: 2024-04-29T19:01:52.602Z (10 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
__Early Development, You know what you are doing__.
Collection of transformers/generators for kustomize, which add functionality.
All builds are focuesd to be used as [containerized KRM](https://kubectl.docs.kubernetes.io/guides/extending_kustomize/containerized_krm_functions/). The containers are based on scratch and should be as secure and minimalistic as possible.
# Transformers
Available [Kustomize Transformers](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/#everything-is-a-transformer) in this repository.
## Substition
Read more about the substitution transformer [here](./transformers/substitution/README.md)
# Questions
For any questions/help open an issue. PRs are welcome.