buildbarn / bb-deployments

Example deployments of Buildbarn on various platforms
Apache License 2.0
102 stars 70 forks source link

Use kustomization file to combine all configuration files. #65

Closed levsha closed 2 years ago

levsha commented 2 years ago

Kustomization is natively supported by kubectl and does not require any additional tools to be installed: just running kubectl -k . is enough.