python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Kustomize: How to cause a generator to actually merge an object instead of duplicating
I'm using kustomize to manage my argocd manifests.
My structure looks like this:
argocd
├── base
│ ├── argocd-ui-ingress.yaml
│ └── kustomization.yaml
└── overlays
└── dev
├── argocd-c...
Moshe Vayner
Votes: 0
Answers: 1
Extend a columns value in same table
I have the below datatable, where WId and ParentId are values of the same column but are related to each other. The State that's shown here is for WId, I want to extend another column as ParentIdState...
SM04
Votes: 0
Answers: 2
Add new environment variable to every container by Kustomize
Is there any possibility to add (by patch) new environment variable to every container by Kustomize? Currently I can manage to pass it to some containers defined by name but I want not to set the name...
Konstantin Smolyanin
Votes: 0
Answers: 0
How to use Kustomize to configure Traefik 2.x IngressRoute (metadata.name, spec.routes[0].services[0].name & spec.routes[0].match = Host() )
We have a EKS cluster running with Traefik deployed in CRD style (full setup on GitHub) and wan't to deploy our app https://gitlab.com/jonashackt/microservice-api-spring-boot with the Kubernetes objec...
jonashackt
Votes: 0
Answers: 1