Skip to content

Commit dd7115d

Browse files
authored
Promote ResourceAdoption and ReadOnlyResources features from Alpha to Beta status (#616)
Description of changes: - Promote ResourceAdoption and ReadOnlyResources features from Alpha to Beta status By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b4fbf4e commit dd7115d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/helm/values.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ featureGates:
178178
# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
179179
TeamLevelCARM: false
180180
# Enable ReadOnlyResources feature/annotation.
181-
ReadOnlyResources: false
181+
ReadOnlyResources: true
182182
# Enable ResourceAdoption feature/annotation.
183-
ResourceAdoption: false
183+
ResourceAdoption: true

0 commit comments

Comments
 (0)