flux-kustomize-example icon indicating copy to clipboard operation
flux-kustomize-example copied to clipboard

Kustomize: Istio installation error

Open Pradeepadtricon opened this issue 4 years ago • 0 comments

├── base │ ├── kustomization.yaml │ └── istio.yaml └── Dev | └── kustomization.yaml ├── Prod |── kustomization.yaml

This is my Kustomise folder structure, i have kept the istio in base. base.kustomisation yaml has istio.yaml reference.

When i try to build in dev or prod ( kustomise build . ) in locally ,I get the below error

this is giving below error - webhooks.clientConfig.service ignored in mutation attempt

When i remove the istio.yaml file and run command kustomise build . in local it works fine.

istio.yaml.txt

Note: Kustomize need to be apply cluster via flux-cd.

Pradeepadtricon avatar Jul 20 '20 09:07 Pradeepadtricon