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

Add support for patching Kustomize values for application/applicationset yaml to work more like helm values #11906

Closed
ciantfv456 opened this issue Jan 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ciantfv456
Copy link

ciantfv456 commented Jan 7, 2023

Why can't Kustomize values be patched like helm values

spec:
  sources:
    - repoURL: https://github.com/helm/charts
      targetRevision: master
      path: foo/app
      kustomize:
        patch: |-
          - op: add
            path: /spec/foo
            value: bar

Or something like that.

Use case:
Having an applicationset with a git generator that will change the application values by the generators values

@todaywasawesome todaywasawesome added the enhancement New feature or request label Jun 28, 2023
@acelinkio
Copy link

This is a duplicate of #5114 and is fixed by #14648

@crenshaw-dev crenshaw-dev closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants