Skip to content

Commit

Permalink
Merge pull request #13024 from pedrothome1/master
Browse files Browse the repository at this point in the history
Fix IstioOperator CustomResourceDefinition for istio-provisioner addon
  • Loading branch information
medyagh authored Feb 8, 2022
2 parents 6189742 + 0f3e7ee commit 0cfafd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/addons/istio-provisioner/istio-operator.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
scope: Namespaced
versions:
- name: v1alpha1
subresources:
status: {}
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
served: true
storage: true
subresources:
Expand Down

0 comments on commit 0cfafd1

Please sign in to comment.