Skip to content

Commit a2a1d65

Browse files
Merge pull request #386 from ArangoGutierrez/fix_test_data_legacy
Fix test data to use version instead of kubernetesVersion
2 parents c1c5e8c + 4f2ecb0 commit a2a1d65

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

cmd/cli/.main.go.swp

-12 KB
Binary file not shown.

tests/data/test_aws_dra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ spec:
2626
kubernetes:
2727
install: true
2828
installer: kubeadm
29-
kubernetesVersion: v1.32.1
29+
version: v1.32.1
3030
k8sFeatureGates:
3131
- DynamicResourceAllocation=true

tests/data/test_aws_legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
kubernetes:
2727
install: true
2828
installer: kubeadm
29-
kubernetesVersion: v1.29.0
29+
version: v1.29.0

0 commit comments

Comments
 (0)