Skip to content

Commit

Permalink
kustomize edit fix --vars
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusvonkohout committed Sep 16, 2023
1 parent 6e8c24e commit c9138a7
Show file tree
Hide file tree
Showing 2 changed files with 3,819 additions and 7 deletions.
11 changes: 4 additions & 7 deletions common/istio-1-16/istio-install/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ resources:
- gateway.yaml
- x-forwarded-host.yaml

patchesStrategicMerge:
- patches/service.yaml
- patches/istio-configmap-disable-tracing.yaml
- patches/disable-debugging.yaml
# Disable this patch until we upgrade to kustomize to v4+
# see https://github.com/kubeflow/manifests/issues/2325#issuecomment-1323909056
# - patches/remove-pdb.yaml
patches:
- path: patches/service.yaml
- path: patches/istio-configmap-disable-tracing.yaml
- path: patches/disable-debugging.yaml
Loading

0 comments on commit c9138a7

Please sign in to comment.