We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b3311 commit 9bb638dCopy full SHA for 9bb638d
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [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
6
7
## [1.3.2](https://github.com/arangodb/kube-arangodb/tree/1.3.2) (2025-11-20)
8
- (Bugfix) (Platform) Increase memory limit for Inventory
pkg/util/cli/lm.go
@@ -79,7 +79,7 @@ func NewLicenseManager(prefix string) LicenseManager {
79
},
80
81
clientSecret: Flag[string]{
82
- Name: "license.client.secret",
+ Name: fmt.Sprintf("%s.client.secret", prefix),
83
Description: "LicenseManager Client Secret",
84
Default: "",
85
EnvEnabled: true,
0 commit comments