Skip to content

Commit

Permalink
Added Thumbprint and Insecure configuration for the csi-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLaabs committed Mar 8, 2023
1 parent 813e3a4 commit 204f963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/flavorgen/flavors/crs/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ func ConfigForCSI() *types.CPIConfig {
config := &types.CPIConfig{}

config.Global.ClusterID = fmt.Sprintf("%s/%s", env.NamespaceVar, env.ClusterNameVar)
config.Global.Thumbprint = env.VSphereThumbprint
config.Global.Insecure = env.VSphereInsecure
config.Network.Name = env.VSphereNetworkVar

config.VCenter = map[string]types.CPIVCenterConfig{
Expand Down

0 comments on commit 204f963

Please sign in to comment.