6a442fae6c
Previously, we were embedding cue files directly in the doc, now we display it from real cue file that we also use to test our doc. I've add the first step of the kubernetes documentation adapted for kind Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
9 lines
162 B
CUE
9 lines
162 B
CUE
package main
|
|
|
|
import (
|
|
"alpha.dagger.io/dagger"
|
|
)
|
|
|
|
// set with `dagger input text kubeconfig -f "$HOME"/.kube/config -e kube`
|
|
kubeconfig: string & dagger.#Input
|