Skip to content

Instantly share code, notes, and snippets.

@nhtzr
Created January 29, 2021 18:57
Show Gist options
  • Save nhtzr/606690a65bdf66ac515bdf4fe6e8bace to your computer and use it in GitHub Desktop.
Save nhtzr/606690a65bdf66ac515bdf4fe6e8bace to your computer and use it in GitHub Desktop.
replace apiversion using kustomize
resources:
- resource.yml
patches:
- target:
group: networking.istio.io
version: v1alpha3
patch: >
- op: replace
path: /apiVersion
value: networking.istio.io/v1beta1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment