Skip to content

Commit 1b9d711

Browse files
authored
Merge pull request #795 from sedefsavas/EXP_CLUSTER_RESOURSE_SET
[e2e] Change ClusterResourceSet flag to match with CAPI flag
2 parents 6cf2090 + a0c5949 commit 1b9d711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ variables:
5555
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.17.4}"
5656
CNI: "${PWD}/templates/addons/calico.yaml"
5757
REDACT_LOG_SCRIPT: "${PWD}/hack/log/redact.sh"
58-
EXP_CLUSTER_RESOURCE_SET: "true"
5958
EXP_AKS: "true"
6059
EXP_MACHINE_POOL: "true"
60+
# TODO: Fix the typo when updating CAPI urls above to a v0.3.8 release.
61+
EXP_CLUSTER_RESOURSE_SET: "true"
6162

6263
intervals:
6364
default/wait-controllers: ["3m", "10s"]

0 commit comments

Comments
 (0)