Skip to content

Commit

Permalink
Fix istio 1.16 and 1.17 and istio-cni 1.17 for kustomize 5 (#2537)
Browse files Browse the repository at this point in the history
* kustomize edit fix --vars

* Update kustomization.yaml

* Delete common/istio-1-16/istio-install/base/tmp.yaml

* fix for istio-cni-1-17

* Revert "kustomize edit fix --vars"

This reverts commit c9138a7.
  • Loading branch information
juliusvonkohout authored Sep 21, 2023
1 parent 5cee77f commit 7681427
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions common/istio-1-17/istio-install/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ resources:
- gateway.yaml
- x-forwarded-host.yaml

patchesStrategicMerge:
- patches/service.yaml
- patches/istio-configmap-disable-tracing.yaml
- patches/disable-debugging.yaml
- patches/istio-ingressgateway-remove-pdb.yaml
- patches/istiod-remove-pdb.yaml

patches:
- path: patches/service.yaml
- path: patches/istio-configmap-disable-tracing.yaml
- path: patches/disable-debugging.yaml
- path: patches/istio-ingressgateway-remove-pdb.yaml
- path: patches/istiod-remove-pdb.yaml
13 changes: 6 additions & 7 deletions common/istio-cni-1-17/istio-install/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ resources:
- gateway.yaml
- x-forwarded-host.yaml

patchesStrategicMerge:
- patches/service.yaml
- patches/istio-configmap-disable-tracing.yaml
- patches/disable-debugging.yaml
- patches/istio-ingressgateway-remove-pdb.yaml
- patches/istiod-remove-pdb.yaml

patches:
- path: patches/service.yaml
- path: patches/istio-configmap-disable-tracing.yaml
- path: patches/disable-debugging.yaml
- path: patches/istio-ingressgateway-remove-pdb.yaml
- path: patches/istiod-remove-pdb.yaml

0 comments on commit 7681427

Please sign in to comment.