We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArangoDeployment
1 parent be8ae25 commit 43ce623Copy full SHA for 43ce623
CHANGELOG.md
@@ -13,6 +13,7 @@
13
- (Feature) Use policy/v1 instead policy/v1beta1
14
- (Feature) OPS CLI with Arango Task
15
- (Bugfix) Allow ArangoBackup Creation during Upload state
16
+- (Hotfix) Fix `ArangoDeployment` SubResource in CRD auto-installer
17
18
## [1.2.13](https://github.com/arangodb/kube-arangodb/tree/1.2.13) (2022-06-07)
19
- (Bugfix) Fix arangosync members state inspection
pkg/crd/arangodeployments.go
@@ -53,9 +53,6 @@ func init() {
53
},
54
Served: true,
55
Storage: true,
56
- Subresources: &apiextensions.CustomResourceSubresources{
57
- Status: &apiextensions.CustomResourceSubresourceStatus{},
58
- },
59
60
{
61
Name: "v1alpha",
0 commit comments