Skip to content

Commit 9bb638d

Browse files
authored
[Bugfix] [Platform] Fix LM CLI Option (#1998)
1 parent 89b3311 commit 9bb638d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

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

57
## [1.3.2](https://github.com/arangodb/kube-arangodb/tree/1.3.2) (2025-11-20)
68
- (Bugfix) (Platform) Increase memory limit for Inventory

pkg/util/cli/lm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func NewLicenseManager(prefix string) LicenseManager {
7979
},
8080

8181
clientSecret: Flag[string]{
82-
Name: "license.client.secret",
82+
Name: fmt.Sprintf("%s.client.secret", prefix),
8383
Description: "LicenseManager Client Secret",
8484
Default: "",
8585
EnvEnabled: true,

0 commit comments

Comments
 (0)