Skip to content

Commit 43ce623

Browse files
authored
[Hotfix] Fix ArangoDeployment SubResource in CRD auto-installer (#1010)
1 parent be8ae25 commit 43ce623

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- (Feature) Use policy/v1 instead policy/v1beta1
1414
- (Feature) OPS CLI with Arango Task
1515
- (Bugfix) Allow ArangoBackup Creation during Upload state
16+
- (Hotfix) Fix `ArangoDeployment` SubResource in CRD auto-installer
1617

1718
## [1.2.13](https://github.com/arangodb/kube-arangodb/tree/1.2.13) (2022-06-07)
1819
- (Bugfix) Fix arangosync members state inspection

pkg/crd/arangodeployments.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ func init() {
5353
},
5454
Served: true,
5555
Storage: true,
56-
Subresources: &apiextensions.CustomResourceSubresources{
57-
Status: &apiextensions.CustomResourceSubresourceStatus{},
58-
},
5956
},
6057
{
6158
Name: "v1alpha",

0 commit comments

Comments
 (0)