Skip to content

Commit d22f9eb

Browse files
authored
Merge pull request #546 from a-hilaly/helm-feature-gates
Update `CARM` feature gates in Helm values template
2 parents 0e5ae97 + 506b3ba commit d22f9eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/helm/values.yaml.tpl

+4-1
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)