Merge pull request #568 from aluzzardi/kubernetes-apply-resources

stdlib: kubernetes: rename #Apply to #Resources
This commit is contained in:
Andrea Luzzardi
2021-06-07 13:31:55 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ TestKubeApply: {
}
// Apply deployment
apply: kubernetes.#Apply & {
apply: kubernetes.#Resources & {
"kubeconfig": kubeconfig
namespace: "dagger-test"
manifest: yaml.Marshal(kubeSrc)