Skip to content

Commit 629b3b2

Browse files
committed
Remove the status field from CRD YAML
Older versions of Kubernetes do not ignore sub-resource fields when using server-side apply. Issue: [sc-14162]
1 parent df5d075 commit 629b3b2

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9409,9 +9409,3 @@ spec:
94099409
storage: true
94109410
subresources:
94119411
status: {}
9412-
status:
9413-
acceptedNames:
9414-
kind: ""
9415-
plural: ""
9416-
conditions: []
9417-
storedVersions: []

kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9406,9 +9406,3 @@ spec:
94069406
storage: true
94079407
subresources:
94089408
status: {}
9409-
status:
9410-
acceptedNames:
9411-
kind: ""
9412-
plural: ""
9413-
conditions: []
9414-
storedVersions: []

0 commit comments

Comments
 (0)