Skip to content

Commit

Permalink
Merge pull request #546 from a-hilaly/helm-feature-gates
Browse files Browse the repository at this point in the history
Update `CARM` feature gates in Helm values template
  • Loading branch information
TiberiuGC authored Aug 29, 2024
2 parents 0e5ae97 + 506b3ba commit d22f9eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/helm/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,7 @@ leaderElection:
# can be individually enabled ("true") or disabled ("false") by adding key/value
# pairs below.
featureGates:
CARMv2: false
# Enables the Service level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
ServiceLevelCARM: false
# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
TeamLevelCARM: false

0 comments on commit d22f9eb

Please sign in to comment.