diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 26942f0e17..db267d7806 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1553,9 +1553,6 @@ spec: type: boolean storageIP: type: string - suspended: - nullable: true - type: boolean unmapMarkSnapChainRemovedEnabled: type: boolean type: object @@ -2525,9 +2522,6 @@ spec: type: boolean storageIP: type: string - suspended: - nullable: true - type: boolean type: object type: object served: true @@ -3645,8 +3639,6 @@ spec: type: string state: type: string - suspended: - type: boolean type: object type: object served: true diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 8a45db5a67..edcc9f8c8b 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -1667,9 +1667,6 @@ spec: type: boolean storageIP: type: string - suspended: - nullable: true - type: boolean unmapMarkSnapChainRemovedEnabled: type: boolean type: object @@ -2656,9 +2653,6 @@ spec: type: boolean storageIP: type: string - suspended: - nullable: true - type: boolean type: object type: object served: true @@ -3805,8 +3799,6 @@ spec: type: string state: type: string - suspended: - type: boolean type: object type: object served: true