We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e5ae97 + 506b3ba commit d22f9ebCopy full SHA for d22f9eb
templates/helm/values.yaml.tpl
@@ -158,4 +158,7 @@ leaderElection:
158
# can be individually enabled ("true") or disabled ("false") by adding key/value
159
# pairs below.
160
featureGates:
161
- CARMv2: false
+ # 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