1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00

Merge pull request #2642 from superseb/update_kdm_20210608

update kdm
This commit is contained in:
Sebastiaan van Steenis 2021-08-06 17:38:36 +02:00 committed by GitHub
commit d96de90abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
} }
] ]
} }