Skip to content

Commit 4d4189d

Browse files
aa-replicatedclaude
andcommitted
fix: pass license ID to SDK subchart via KOTS template function
With HelmChart v2, KOTS does not auto-inject the license into the SDK. Pass it explicitly via integrationLicenseID using LicenseFieldValue. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d02ee7a commit 4d4189d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

helmchart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ spec:
77
name: gameshelf
88
chartVersion: "0.0.0"
99
values:
10+
gameshelf-sdk:
11+
integrationLicenseID: repl{{ LicenseFieldValue `licenseID` }}
1012
adminSecret: repl{{ ConfigOption `admin_secret`}}
1113
siteName: repl{{ ConfigOption `site_name`}}
1214
builder:

0 commit comments

Comments
 (0)