Update documentation
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user