Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
- (Bugfix) (Platform) Fix Container Resource Adjustments
- (Bugfix) (Platform) Fix LM CLI Option

## [1.3.2](https://github.com/arangodb/kube-arangodb/tree/1.3.2) (2025-11-20)
- (Bugfix) (Platform) Increase memory limit for Inventory
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/cli/lm.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func NewLicenseManager(prefix string) LicenseManager {
},

clientSecret: Flag[string]{
Name: "license.client.secret",
Name: fmt.Sprintf("%s.client.secret", prefix),
Description: "LicenseManager Client Secret",
Default: "",
EnvEnabled: true,
Expand Down
Loading