Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 463729d

Browse files
[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)

AltStyle によって変換されたページ (->オリジナル) /