Update documentation

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-09-22 19:11:35 +02:00
parent 56083ed3d0
commit 7991991a3c
5 changed files with 14 additions and 11 deletions

View File

@@ -7,9 +7,9 @@ import (
// We assume that a kinD cluster is running locally
// To deploy a local KinD cluster, follow this link : https://kind.sigs.k8s.io/docs/user/quick-start/
TestKubeconfig: string @dagger(input)
TestKubeconfig: dagger.#Input & {string}
TestChartSource: dagger.#Artifact @dagger(input)
TestChartSource: dagger.#Input & {dagger.#Artifact}
// Deploy user local chart
TestHelmSimpleChart: {