Skip to content
New issue

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 moves bases to resource #1627

Closed
lundbird opened this issue Oct 14, 2019 · 2 comments
Closed

kustomize edit add resource moves bases to resource #1627

lundbird opened this issue Oct 14, 2019 · 2 comments

Comments

@lundbird
Copy link
Contributor

lundbird commented Oct 14, 2019

starting with following in kustomization.yaml:

bases:
- ../../base

running:
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}

@jbrette
Copy link
Contributor

jbrette commented Oct 14, 2019

base is deprecated since kustomize 2.3.0. Kustomize is doing the right thing

@bcmedeiros
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants