Skip to content

Commit a93c251

Browse files
authored
[chore] Re-enable operator test in AKS with automount token disabled (#1787)
* [chore] enable operator for AKS with automount disabled * [chore] enable operator for AKS with automount disabled
1 parent 2e81e36 commit a93c251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ livenessProbe:
7373
operatorcrds:
7474
install: true
7575
operator:
76-
enabled: false
76+
enabled: true
77+
automountServiceAccountToken: false
7778
admissionWebhooks:
7879
certManager:
7980
enabled: false

0 commit comments

Comments
 (0)