keel/deployment
benjamin3322 d6eb2583af
Update the deployment templates to comply with the slack bot changes (#766)
The latest slack bot changes introduce two environment variables
(bot token and app token). Take that changes into account for deployment
 manifests.

Co-authored-by: Benjamin Moermans <b.moermans@aegaeon-it.com>
2025-04-09 09:09:37 +02: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 Update the deployment templates to comply with the slack bot changes (#766) 2025-04-09 09:09:37 +02: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.