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

Apply remote kustomization.yaml #706

Open
1 of 14 tasks
macmoritz opened this issue Aug 6, 2023 · 1 comment
Open
1 of 14 tasks

Apply remote kustomization.yaml #706

macmoritz opened this issue Aug 6, 2023 · 1 comment

Comments

@macmoritz
Copy link

macmoritz commented Aug 6, 2023

Command

  • check-image-updates
  • delete
  • deploy
  • diff
  • helm-pull
  • helm-update
  • list-images
  • list-targets
  • poke-images
  • prune
  • render
  • seal
  • validate
  • version

Who are you?

No response

What do you want to do?

In reference to #677.
I want to apply a kustomization.yaml from a git repo.
There was an example in the docs, which was removed in (#693) because it is not implemented.

Example config (from docs, before #693):

deployments:
- git: git@github.com:user/repo.git
  onlyRender: true
- path: kustomize_example

# kustomize_example/kustomization.yml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
  - ../repo

Why do you need that?

Include and apply a kustomize component over git.

@elixxx
Copy link

elixxx commented Oct 24, 2023

I have the same need, for me it is also interesting to use it with a "path" instead of "git"

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

2 participants