Skip to content

Commit 0f3e7ee

Browse files
committed
fix istio-operator crd
1 parent 23c85d3 commit 0f3e7ee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

deploy/addons/istio-provisioner/istio-operator.yaml.tmpl

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ spec:
2525
shortNames:
2626
- iop
2727
scope: Namespaced
28-
subresources:
29-
status: {}
3028
versions:
3129
- name: v1alpha1
30+
subresources:
31+
status: {}
32+
schema:
33+
openAPIV3Schema:
34+
type: object
35+
x-kubernetes-preserve-unknown-fields: true
3236
served: true
3337
storage: true
3438
...

0 commit comments

Comments
 (0)