Add basic test for kubernetes kind documentation

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-08-13 16:35:53 +02:00
committed by Guillaume de Rouville
parent 6a442fae6c
commit a8e218d808
6 changed files with 185 additions and 113 deletions

View File

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