Skip to content

Commit e432040

Browse files
committed
Expose ResourceAdoption feature gate in helm chart values
1 parent 9b2be48 commit e432040

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/helm/values.yaml.tpl

Lines changed: 3 additions & 1 deletion
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)