Skip to content

Commit 5b95c16

Browse files
authored
Expose ResourceAdoption feature gate in helm chart values (#561)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9b2be48 commit 5b95c16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/helm/values.yaml.tpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,6 @@ featureGates:
163163
# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
164164
TeamLevelCARM: false
165165
# Enable ReadOnlyResources feature/annotation.
166-
ReadOnlyResources: false
166+
ReadOnlyResources: false
167+
# Enable ResourceAdoption feature/annotation.
168+
ResourceAdoption: false

0 commit comments

Comments
 (0)