AB#2275 Add azuredisk CSI driver (#548)

* Add azuredisk CSI driver

* Update Changelog

* Update chart using go generate

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-11-18 15:47:01 +01:00 committed by GitHub
parent 54ef6d21f4
commit 9aa9c1bb49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 2474 additions and 4 deletions

View file

@ -51,4 +51,5 @@ download_chart() {
download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "develop" "charts" "gcp-compute-persistent-disk-csi-driver"
## Azure CSI Driver
# TODO: https://github.com/edgelesssys/constellation/pull/548
# TODO: clone from main branch once we rebase on upstream
download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-driver" "develop" "charts/edgeless" "azuredisk-csi-driver"