You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
├── 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.
The text was updated successfully, but these errors were encountered: