You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.