fluid icon indicating copy to clipboard operation
fluid copied to clipboard

Add comments to generateGooseFSValueFile in pkg\ddc\goosefs\master_internal.go

Open biluohq opened this issue 7 months ago • 0 comments

Which function do you want to add comments to?

generateGooseFSValueFile in pkg\ddc\goosefs\master_internal.go

What comments do you want to add?

// generateGooseFSValueFile generates the GooseFS values file for the Helm chart.
// It first deletes any existing ConfigMap for Helm values, then transforms the runtime
// configuration into a values structure, marshals it to YAML, and writes it to a
// temporary file. Finally, it saves the YAML data into a new ConfigMap.

biluohq avatar Jun 14 '25 22:06 biluohq