Skip to content

Commit 463729d

Browse files
authored
[Documentation] Update Service Values Doc Type (#1938)
1 parent 3014f7a commit 463729d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- (Feature) (Platform) ECS Storage
1010
- (Bugfix) (Platform) Prevent NPE in case of missing Helm Release
1111
- (Feature) Unify Errors
12+
- (Documentation) Update Service Values Doc Type
1213

1314
## [1.2.50](https://github.com/arangodb/kube-arangodb/tree/1.2.50) (2025-07-04)
1415
- (Feature) (Platform) MetaV1 Integration Service

docs/api/ArangoPlatformService.V1Alpha1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Name of the object
3030

3131
### .spec.values
3232

33-
Type: `array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/platform/v1alpha1/service_spec.go#L45)</sup>
33+
Type: `Object` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.50/pkg/apis/platform/v1alpha1/service_spec.go#L46)</sup>
3434

3535
Values keeps the values of the Service
3636

pkg/apis/platform/v1alpha1/service_spec.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type ArangoPlatformServiceSpec struct {
4242
Chart *sharedApi.Object `json:"chart,omitempty"`
4343

4444
// Values keeps the values of the Service
45+
// +doc/type: Object
4546
Values sharedApi.Any `json:"values,omitempty,omitzero"`
4647
}
4748

0 commit comments

Comments
 (0)