Develop #120

Merged
metal3d merged 8 commits from develop into master 2025-06-26 22:27:50 +00:00
Showing only changes of commit 9fcce059e5 - Show all commits

View File

@@ -161,7 +161,7 @@ func (c *ConfigMap) AddBinaryData(key string, value []byte) {
c.BinaryData[key] = value c.BinaryData[key] = value
} }
// AddFile adds files from given path to the configmap. It is not recursive, to add all files in a directory, // AppendDir adds files from given path to the configmap. It is not recursive, to add all files in a directory,
// you need to call this function for each subdirectory. // you need to call this function for each subdirectory.
func (c *ConfigMap) AppendDir(path string) error { func (c *ConfigMap) AppendDir(path string) error {
// read all files in the path and add them to the configmap // read all files in the path and add them to the configmap