mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-25 06:30:45 -04:00
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:
parent
54ef6d21f4
commit
9aa9c1bb49
34 changed files with 2474 additions and 4 deletions
|
@ -201,6 +201,13 @@ func (i *ChartLoader) loadConstellationServices(config *config.Config, masterSec
|
|||
"deployCSIDriver": config.DeployCSIDriver(),
|
||||
}
|
||||
|
||||
vals["azuredisk-csi-driver"] = map[string]any{
|
||||
"node": map[string]any{
|
||||
"kmsPort": constants.KMSPort,
|
||||
"kmsNamespace": "", // empty namespace means we use the release namespace
|
||||
},
|
||||
}
|
||||
|
||||
vals["tags"] = map[string]any{
|
||||
"Azure": true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue