mirror of
https://github.com/pluralsh/deployment-operator.git
synced 2026-06-15 13:59:05 +00:00
No description
- Go Template 42.5%
- Shell 22.5%
- Makefile 17.3%
- Liquid 14.5%
- Lua 3.2%
|
|
||
|---|---|---|
| .github | ||
| charts/deployment-operator | ||
| test/helm | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| renovate.json | ||
Deployment Operator
The Deployment Operator code was moved to the Console repository. This repository contains only its Helm chart.
Container images are built from the Console repository, and chart bump pull requests are opened against this repository from the Console CD workflow.
Testing the Helm Chart
To verify that the Helm chart installs successfully, run:
./test/helm/test-chart-install.sh
This script will:
- Create a temporary
kindcluster. - Validate the chart using
helm lint. - Verify template rendering with
helm template. - Perform a dry-run installation with
helm install --dry-run. - Automatically clean up the cluster when the test completes.
See test/helm/README.md for additional details.