1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00

update kdm

This commit is contained in:
Sebastiaan van Steenis 2021-08-06 16:21:29 +02:00
parent b1c3f9e47d
commit bb00a8e413
2 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -9471,15 +9471,14 @@
"type": "string" "type": "string"
}, },
"cloud-provider-name": { "cloud-provider-name": {
"default": "none", "default": null,
"nullable": true, "nullable": true,
"options": [ "options": [
"aws", "aws",
"azure", "azure",
"gcp", "gcp",
"vsphere", "vsphere",
"external", "external"
"none"
], ],
"type": "enum" "type": "enum"
}, },
@ -9619,7 +9618,7 @@
"type": "array" "type": "array"
} }
}, },
"version": "v1.21.3-rc2+rke2r2" "version": "v1.21.3-rc4+rke2r2"
} }
] ]
} }