Skip to content

Commit caa1c3a

Browse files
aa-replicatedclaude
andcommitted
fix: re-enable SDK subchart
The duplicate SDK pods were likely a bad rolling update, not KOTS deploying its own instance. Without the subchart the SDK is absent entirely, breaking license validation and admin features. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b24eec3 commit caa1c3a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

helmchart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ spec:
77
name: gameshelf
88
chartVersion: "0.0.0"
99
values:
10-
gameshelf-sdk:
11-
enabled: false
12-
adminSecret: repl{{ ConfigOption `admin_secret`}}
10+
adminSecret: repl{{ ConfigOption `admin_secret`}}
1311
siteName: repl{{ ConfigOption `site_name`}}
1412
builder:
1513
image:

0 commit comments

Comments
 (0)