1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00
Files
chart-testing/examples/kind/README.md
Marco Lecheler 61b5438a48 (Breaking change) chore: change default target-branch to main (#510)
* chore: change default target-branch to main

closes #376

Signed-off-by: Marco Lecheler <marco@task.media>
Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>

* docs: change default target-branch to main

Signed-off-by: Marco Lecheler <marco@task.media>
Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>

* docs: update missing inclusive naming

Signed-off-by: Marco Lecheler <marco@task.media>
Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>

* chore: update kind readme to use inclusive naming

Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Signed-off-by: Marco Lecheler <marco@task.media>

---------

Signed-off-by: Marco Lecheler <marco@task.media>
Signed-off-by: Marco Lecheler <marco.lecheler@mercedes-benz.com>
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
2023-11-19 13:33:01 +01:00

588 B

Chart testing example with CircleCi and kind - Kubernetes in Docker

kind is a tool for running local Kubernetes clusters using Docker container "nodes".

This example shows how to lint and test charts using CircleCi and kind. It creates a cluster with a single control-plane node and one worker node. The cluster configuration can be adjusted in kind-config.yaml. You can check for available configuration options in kind docs