We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like wrapper around Apply(KubectlApply)
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
Allows pod per test templating
The text was updated successfully, but these errors were encountered:
better use kustomize as separate tool because kubectl of latest version still deployed with old kustomize
Sorry, something went wrong.
may be run conditionally (separate too or kubectl)
I forked the repo and added the -k argument with related methods.
-k
KubectlApplyFromKustomize
KubectlApplyFromKustomizeE
KubectlDeleteFromKustomize
KubectlDeleteFromKustomizeE
It worked in my usage. 😄
Successfully merging a pull request may close this issue.
Like wrapper around Apply(KubectlApply)
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
Allows pod per test templating
The text was updated successfully, but these errors were encountered: