-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 2.0 support #1085
Comments
Targeting v0.12 since Kustomize 2 is released. |
2.0 differences which we care about:
Argo CD |
|
Kustomize 2 is radically different and has many breaking changes, including to the CLI. It's very likely Argo CD will need to simultaneously support both versions for some time, and selectively choose the correct CLI based on the detected version of the kustomization.yaml.
The text was updated successfully, but these errors were encountered: