mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
[Hotfix] Fix ArangoDeployment
SubResource in CRD auto-installer (#1010)
This commit is contained in:
parent
be8ae2539e
commit
43ce62350e
2 changed files with 1 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
||||||
- (Feature) Use policy/v1 instead policy/v1beta1
|
- (Feature) Use policy/v1 instead policy/v1beta1
|
||||||
- (Feature) OPS CLI with Arango Task
|
- (Feature) OPS CLI with Arango Task
|
||||||
- (Bugfix) Allow ArangoBackup Creation during Upload state
|
- (Bugfix) Allow ArangoBackup Creation during Upload state
|
||||||
|
- (Hotfix) Fix `ArangoDeployment` SubResource in CRD auto-installer
|
||||||
|
|
||||||
## [1.2.13](https://github.com/arangodb/kube-arangodb/tree/1.2.13) (2022-06-07)
|
## [1.2.13](https://github.com/arangodb/kube-arangodb/tree/1.2.13) (2022-06-07)
|
||||||
- (Bugfix) Fix arangosync members state inspection
|
- (Bugfix) Fix arangosync members state inspection
|
||||||
|
|
|
@ -53,9 +53,6 @@ func init() {
|
||||||
},
|
},
|
||||||
Served: true,
|
Served: true,
|
||||||
Storage: true,
|
Storage: true,
|
||||||
Subresources: &apiextensions.CustomResourceSubresources{
|
|
||||||
Status: &apiextensions.CustomResourceSubresourceStatus{},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "v1alpha",
|
Name: "v1alpha",
|
||||||
|
|
Loading…
Reference in a new issue