About 348,000 results
Open links in new tab
  1. Use Kustomize edit to update a value in my configmap

    Mar 20, 2023 · Use Kustomize edit to update a value in my configmap Asked 2 years, 8 months ago Modified 1 year, 4 months ago Viewed 14k times

  2. What is the difference between Helm and Kustomize?

    Mar 4, 2020 · Additionally while I personally prefer Kustomize, your statement vastly overestimates the community support behind it. Helm has far more users, integrations, and …

  3. Replace specific values using Kustomize - Stack Overflow

    May 3, 2021 · Kustomize doesn't do direct variable replacement like a templating engine. But there are some solutions depending on what attributes you need to variabalize. Usually …

  4. Selectively apply nameprefix/namesuffix in kustomize

    Oct 6, 2020 · kustomize edit set nameprefix prefix1 This command will set namePrefix inside your current kustomization. As stated in the question - this is the way how it works, namePrefix will …

  5. Trying to replace values.yaml file for helm chart in Kustomize overlay

    Mar 2, 2024 · I'm using kustomize with helm via ArgoCD to manage my Kubernetes clusters, which requires some small changes to the values.yaml files between environments. My folder …

  6. Kustomize: Automatically add environment metadata label to each ...

    May 1, 2024 · I am looking for a way to have kustomize automatically apply the label (and value, varying per environment) to each kubernetes object. I have tried creating a patch manifest …

  7. How to create configMap with .env with Kustomize

    Dec 23, 2021 · You need to have .env file created first. And ideally even creating configmaps should be based on the existing file (below are examples for kustomize and kubectl --from …

  8. Exclude Resource in kustomization.yaml - Stack Overflow

    Nov 18, 2020 · It's worth thinking back through your requirements and asking yourself why you would want kustomize to omit a resource? In my case - and I would imagine this is the most …

  9. kustomize - kustomization directory apparently not accepted …

    Oct 10, 2022 · That all looks fine. Can you update your question to include (a) the output of tree when run in the <some_path> directory (or find . -type f -print if you don't have tree), (b) the …

  10. Changing image tags and name with kustomization.yaml

    You can run kustomize build my-kustomization-dir to check if the image is replaced or not in the yaml file.This command lets you see what will be applied in your cluster.