Skip to content

Commit 2e0cdb4

Browse files
committed
test featuregate in cluster
1 parent 685c83c commit 2e0cdb4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

functional_tests/functional/testdata/values/eks_fargate_test_values.yaml.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ operator:
1212

1313
cloudProvider: aws
1414
distribution: eks/fargate
15+
featureGates:
16+
enableEKSApiServerMetrics: true

functional_tests/functional/testdata/values/test_values.yaml.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ distribution: eks
8383
{{ else }}
8484
clusterName: dev-operator
8585
{{ end }}
86+
87+
featureGates:
88+
enableEKSApiServerMetrics: true

0 commit comments

Comments
 (0)