keel/deployment
Karolis Rusenas f9e1cf9f2b
Merge pull request #692 from vorburger/patch-1
Fix broken link to Helm chart values YAML in deployment README
2023-03-05 20:11:05 +00:00
..
README.md Fix broken link to Helm chart values YAML in deployment README 2022-11-22 02:43:20 +01:00
deployment-template.yaml Build with kube 1.24 (#1) 2023-03-01 11:51:58 -05:00

README.md

Deployment files

This directory contains example deployment manifests for keel that can be used in place of the official Helm chart.

This is useful if you are deploying keel into an environment without Helm, or want to inspect a 'bare minimum' deployment.

Where do these come from?

The manifests in this are generated from the Helm chart automatically. The values.yaml files used to configure keel can be found in values.

They are automatically generated by running ./deployment/scripts/gen-deploy.sh.