Skip to content

Commit 1ad0d78

Browse files
authored
fix(chart): Fix staticCapacity feature gate case mismatch (#8590)
1 parent 3e9338a commit 1ad0d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/karpenter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ settings:
228228
spotToSpotConsolidation: false
229229
# -- staticCapacity is ALPHA and is disabled by default.
230230
# Setting this to true will enable static capacity provisioning.
231-
StaticCapacity: false
231+
staticCapacity: false

0 commit comments

Comments
 (0)