Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/ddc/goosefs/master_internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ func (e *GooseFSEngine) setupMasterInternal() (err error) {
}

// generate goosefs struct
// 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.
func (e *GooseFSEngine) generateGooseFSValueFile(runtime *datav1alpha1.GooseFSRuntime) (valueFileName string, err error) {

//0. Check if the configmap exists
Expand Down
Loading