diff --git a/config/crd/bases/capsule.clastix.io_capsuleconfigurations.yaml b/config/crd/bases/capsule.clastix.io_capsuleconfigurations.yaml index aae170bf..460208a9 100644 --- a/config/crd/bases/capsule.clastix.io_capsuleconfigurations.yaml +++ b/config/crd/bases/capsule.clastix.io_capsuleconfigurations.yaml @@ -57,7 +57,7 @@ spec: type: object type: object served: true - storage: true + storage: false - name: v1beta2 schema: openAPIV3Schema: @@ -169,4 +169,4 @@ spec: type: object type: object served: true - storage: false + storage: true diff --git a/config/crd/bases/capsule.clastix.io_tenants.yaml b/config/crd/bases/capsule.clastix.io_tenants.yaml index 9db86c24..7562231e 100644 --- a/config/crd/bases/capsule.clastix.io_tenants.yaml +++ b/config/crd/bases/capsule.clastix.io_tenants.yaml @@ -1917,7 +1917,7 @@ spec: type: object type: object served: true - storage: true + storage: false subresources: status: {} - additionalPrinterColumns: @@ -3012,6 +3012,6 @@ spec: type: object type: object served: true - storage: false + storage: true subresources: status: {} diff --git a/config/install.yaml b/config/install.yaml index d358bfa6..0c04ecc9 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -65,7 +65,7 @@ spec: type: object type: object served: true - storage: true + storage: false - name: v1beta2 schema: openAPIV3Schema: @@ -154,7 +154,7 @@ spec: type: object type: object served: true - storage: false + storage: true --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -1835,7 +1835,7 @@ spec: type: object type: object served: true - storage: true + storage: false subresources: status: {} - additionalPrinterColumns: @@ -2560,7 +2560,7 @@ spec: type: object type: object served: true - storage: false + storage: true subresources: status: {} ---