Skip to content

Commit

Permalink
fix sidecar mounter config file log error
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed Mar 11, 2024
1 parent cccc454 commit 2b05ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sidecar_mounter/sidecar_mounter_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (mc *MountConfig) prepareConfigFile() error {
return err
}

klog.Infof("gcsfuse config file content:\n%v", string(yamlData))
klog.Infof("gcsfuse config file content: %v", configMap)

return os.WriteFile(mc.ConfigFile, yamlData, 0o400)
}

0 comments on commit 2b05ba3

Please sign in to comment.