Add kubernetes test for kind deployment

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-08-13 18:42:49 +02:00
committed by Guillaume de Rouville
parent b145d03192
commit bdcb917943
6 changed files with 119 additions and 59 deletions

View File

@@ -0,0 +1,17 @@
package main
import (
"alpha.dagger.io/git"
)
manifest: git.#Repository & {
remote: "https://github.com/dagger/examples.git"
ref: "main"
subdir: "todoapp/k8s"
}
repository: git.#Repository & {
remote: "https://github.com/dagger/examples.git"
ref: "main"
subdir: "todoapp"
}