Skip to content

Commit 36c2d23

Browse files
authored
Expose ReadOnlyResources featuregate in ACK helm chart (#553)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 630b309 commit 36c2d23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/helm/values.yaml.tpl

+2
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,5 @@ featureGates:
162162
ServiceLevelCARM: false
163163
# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
164164
TeamLevelCARM: false
165+
# Enable ReadOnlyResources feature/annotation.
166+
ReadOnlyResources: false

0 commit comments

Comments
 (0)