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
kustomize edit add resource
starting with following in kustomization.yaml:
bases: - ../../base
running: kustomize edit add resource nginx-conf.yaml
kustomize edit add resource nginx-conf.yaml
results in following kustomization.yaml
resources: - ../../base - nginx-conf.yaml
Version: {KustomizeVersion:3.1.0 GitCommit:95f3303493fdea243ae83b767978092396169baf BuildDate:2019-07-26T19:21:45+01:00 GoOs:darwin GoArch:amd64}
The text was updated successfully, but these errors were encountered:
base is deprecated since kustomize 2.3.0. Kustomize is doing the right thing
Sorry, something went wrong.
base is deprecated since kustomize 2.3.0. Kustomize is doing the right thing https://github.com/kubernetes-sigs/kustomize/blob/master/docs/v2.1.0.md#resources-expanded-bases-deprecated
Duplicated of #1556
No branches or pull requests
starting with following in kustomization.yaml:
running:
kustomize edit add resource nginx-conf.yaml
results in following kustomization.yaml
Version: {KustomizeVersion:3.1.0 GitCommit:95f3303493fdea243ae83b767978092396169baf BuildDate:2019-07-26T19:21:45+01:00 GoOs:darwin GoArch:amd64}
The text was updated successfully, but these errors were encountered: