microsoft / fabrikate

Making GitOps with Kubernetes easier one component at a time
MIT License
38 stars 5 forks source link

Add support for Kustomize to fab generate. Implementation of #239 #306

Closed andrewDoing closed 4 years ago

andrewDoing commented 4 years ago

This pull request adds a -k or --kustomize option to fab generate. When this option is passed, a kustomization.yaml will be generated for each environment with the Kubernetes YAML files added as resources. This allows executing kubectl apply -k on directories with the generated files.

This PR implements #239, and was inspired by #240