fluid
fluid copied to clipboard
Add comments to generateGooseFSValueFile in pkg\ddc\goosefs\master_internal.go
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.