mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-08-01 04:57:50 +00:00
Fix the spacing
This commit is contained in:
parent
2135ab89dc
commit
58e0a9c22d
@ -175,7 +175,7 @@ func getConfig(zd *ZFSSADriver) error {
|
||||
return errors.New(fmt.Sprintf("Cannot get ZFSSA username: %s", err))
|
||||
}
|
||||
|
||||
// Get ZFSSA_TARGET from the mounted config file if available
|
||||
// Get ZFSSA_TARGET from the mounted config file if available
|
||||
zfssaHost, _ := utils.GetValueFromYAML(DefaultConfigPath,"ZFSSA_TARGET")
|
||||
appliance := getEnvFallback("ZFSSA_TARGET", zfssaHost)
|
||||
zd.config.Appliance = strings.TrimSpace(appliance)
|
||||
|
Loading…
Reference in New Issue
Block a user