Merge pull request #290 from dagger/fix-kube-example

stdlib/kubernetes: split source with dagger.#Artifact and string
This commit is contained in:
Andrea Luzzardi
2021-04-07 17:00:06 -07:00
committed by GitHub
3 changed files with 18 additions and 9 deletions

View File

@@ -37,9 +37,9 @@ cluster: eks.#KubeConfig & {
// Example of a simple `kubectl apply` using a simple config
kubeApply: kubernetes.#Apply & {
source: yaml.Marshal(kubeSrc)
namespace: "test"
kubeconfig: cluster.kubeconfig
sourceInline: yaml.Marshal(kubeSrc)
namespace: "test"
kubeconfig: cluster.kubeconfig
}
// Example of a `helm install` using a local chart