Merge pull request #536 from aluzzardi/kubernetes-fixes

stdlib: kubernetes: misc fixes
This commit is contained in:
Andrea Luzzardi
2021-06-01 19:50:11 -07:00
committed by GitHub
3 changed files with 16 additions and 15 deletions

View File

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