mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-11-01 09:12:32 +08:00
instead of skipping missing values, set them
This commit is contained in:
@@ -1059,7 +1059,7 @@ func filterOutCustomTypesFromManifest(manifest []byte) (result []byte, err error
|
||||
|
||||
// If the parameter does not have a value, skip it so argo doesn't try to process it and fail.
|
||||
if _, hasValue := paramMap["value"]; !hasValue {
|
||||
continue
|
||||
paramMap["value"] = "<value>"
|
||||
}
|
||||
|
||||
parametersToKeep = append(parametersToKeep, parameter)
|
||||
|
||||
Reference in New Issue
Block a user