Skip to content

Commit 506b3ba

Browse files
committed
Update CARM feature gates in Helm values template
This patchh updates the feature gates configuration in the Helm values template: - Removes the `CARMv2` feature gate - Adds two new feature gates: - `ServiceLevelCARM`: Enables Service level granularity for CARM - `TeamLevelCARM`: Enables Team level granularity for CARM Both new feature gates are set to `false` by default. See aws-controllers-k8s/community#2031 for more information on these CARM granularity levels.
1 parent c30e068 commit 506b3ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/helm/values.yaml.tpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,7 @@ leaderElection:
158158
# can be individually enabled ("true") or disabled ("false") by adding key/value
159159
# pairs below.
160160
featureGates:
161-
CARMv2: false
161+
# Enables the Service level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
162+
ServiceLevelCARM: false
163+
# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
164+
TeamLevelCARM: false

0 commit comments

Comments
 (0)