diff --git a/charts/capsule/crds/capsuleconfiguration-crd.yaml b/charts/capsule/crds/capsuleconfiguration-crd.yaml index d20fb126..a2a42efa 100644 --- a/charts/capsule/crds/capsuleconfiguration-crd.yaml +++ b/charts/capsule/crds/capsuleconfiguration-crd.yaml @@ -60,7 +60,7 @@ spec: type: object type: object served: true - storage: true + storage: false - name: v1beta2 schema: openAPIV3Schema: @@ -149,4 +149,4 @@ spec: type: object type: object served: true - storage: false + storage: true diff --git a/charts/capsule/crds/tenant-crd.yaml b/charts/capsule/crds/tenant-crd.yaml index d018eabf..90ec09ec 100644 --- a/charts/capsule/crds/tenant-crd.yaml +++ b/charts/capsule/crds/tenant-crd.yaml @@ -1274,7 +1274,7 @@ spec: type: object type: object served: true - storage: true + storage: false subresources: status: {} - additionalPrinterColumns: @@ -1999,6 +1999,6 @@ spec: type: object type: object served: true - storage: false + storage: true subresources: status: {}