Skip to content

Commit

Permalink
Expose ResourceAdoption feature gate in helm chart values (#561)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
a-hilaly authored Dec 4, 2024
1 parent 9b2be48 commit 5b95c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/helm/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,6 @@ featureGates:
# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
TeamLevelCARM: false
# Enable ReadOnlyResources feature/annotation.
ReadOnlyResources: false
ReadOnlyResources: false
# Enable ResourceAdoption feature/annotation.
ResourceAdoption: false

0 comments on commit 5b95c16

Please sign in to comment.