Skip to content

Commit 3f72e48

Browse files
committed
Fix
1 parent c7a3212 commit 3f72e48

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

  • integration-tests/amazon-cloudwatch-observability/terraform/minikube/scenarios/webhooks-configured

integration-tests/amazon-cloudwatch-observability/terraform/minikube/scenarios/webhooks-configured/values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ admissionWebhooks:
2121
namespaces:
2222
failurePolicy: Fail
2323
namespaceSelector:
24-
- key: kubernetes.io/metadata.name
25-
operator: NotIn
26-
values:
27-
- kube-system
28-
- amazon-cloudwatch
29-
- test-value
24+
matchExpressions:
25+
- key: kubernetes.io/metadata.name
26+
operator: NotIn
27+
values:
28+
- kube-system
29+
- amazon-cloudwatch
30+
- test-value

0 commit comments

Comments
 (0)