You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ACK project currently has the following feature flags defined in the helm charts:
# Configuration for feature gates. These are optional controller features that# can be individually enabled ("true") or disabled ("false") by adding key/value# pairs below.featureGates:
# Enables the Service level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031ServiceLevelCARM: false# Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031TeamLevelCARM: false# Enable ReadOnlyResources feature/annotation. ReadOnlyResources: false
we need to expose information about these feature flag on the ACK documentation website, including:
A brief description of each feature flag
The current stage of the feature (alpha, beta, GA, etc.)
Relevant issue or PR links for more context
Plans for the feature's future (timeline for promotion, deprecation, etc...)
The text was updated successfully, but these errors were encountered:
The ACK project currently has the following feature flags defined in the helm charts:
we need to expose information about these feature flag on the ACK documentation website, including:
alpha
,beta
,GA
, etc.)The text was updated successfully, but these errors were encountered: