-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 build {repoUrl} #32
Comments
I'm assuming this is to have the base yaml files live in a centralized repository and all the customization in the local directory. I too was curious how remote manifests would work. Maybe store it in the kustomization.yaml file? |
This needs some fleshing out. Say the command
exists and operates equivalently to
Then there's a a win, in that your command history shows that you built your cluster spec from a clear, immutable tag, rather than from a local directory which has who knows what in it. The repo has to have a kustomization.yaml file at the top level, along with all the resource files it needs, or it the command fails. To build on this, you modify kustomize more deeply to be able to specify any |
The argument to When this is tackled, the solution for Regardless, these two things (built target and base) should have the same target-enhancing solution. |
No description provided.
The text was updated successfully, but these errors were encountered: