diff --git a/templates/helm/values.yaml.tpl b/templates/helm/values.yaml.tpl index cf906ddd..0c8f1ad8 100644 --- a/templates/helm/values.yaml.tpl +++ b/templates/helm/values.yaml.tpl @@ -178,6 +178,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: true # Enable ResourceAdoption feature/annotation. - ResourceAdoption: false \ No newline at end of file + ResourceAdoption: true \ No newline at end of file