Created
August 5, 2020 16:57
-
-
Save abhioncbr/b64c310b50612f633ca797e1d7e16b65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | |
resources: | |
- operator-generated-manifest.yaml | |
- istio-generated-manifest.yaml | |
images: | |
- name: docker.io/istio/operator | |
newName: private-repo/istio/operator | |
newTag: 1.6.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment