keel/deployment
Karolis Rusenas 4077ba3264 using command arg when tunnelling 2019-05-29 23:25:46 +01:00
..
scripts regen non-helm files, gen-deploy fix 2018-09-13 14:36:07 +02:00
values generate k8s manifests from the helm chart, bump keel to v0.9.5 2018-07-05 19:41:05 +01:00
README.md generate k8s manifests from the helm chart, bump keel to v0.9.5 2018-07-05 19:41:05 +01:00
deployment-norbac-whr-sidecar.yaml Increment image versions for yaml deployment files 2019-04-26 17:19:33 -07:00
deployment-norbac.yaml Increment image versions for yaml deployment files 2019-04-26 17:19:33 -07:00
deployment-rbac-whr-sidecar.yaml Increment image versions for yaml deployment files 2019-04-26 17:19:33 -07:00
deployment-rbac.yaml Increment image versions for yaml deployment files 2019-04-26 17:19:33 -07:00
deployment-template.yaml using command arg when tunnelling 2019-05-29 23:25:46 +01: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.