From 5909251b78ecf01f9f5cacdd38f836ea904dc064 Mon Sep 17 00:00:00 2001 From: Amine Date: Wed, 9 Oct 2024 16:21:15 -0700 Subject: [PATCH] Expose ReadOnlyResources featuregate in ACK helm chart --- templates/helm/values.yaml.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/helm/values.yaml.tpl b/templates/helm/values.yaml.tpl index 6ca3adc5..f9336b52 100644 --- a/templates/helm/values.yaml.tpl +++ b/templates/helm/values.yaml.tpl @@ -162,3 +162,5 @@ featureGates: ServiceLevelCARM: false # 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 \ No newline at end of file