Skip to content

Commit c34f669

Browse files
committed
main: rename cloud-init to user-data
This is more generic as CAPL does actually support two types of user-data: Ignition and Cloud-init Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent daadff7 commit c34f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func setupControllers(mgr manager.Manager, flags flagVars, linodeClientConfig, d
273273

274274
useGzip, err := strconv.ParseBool(os.Getenv("GZIP_COMPRESSION_ENABLED"))
275275
if err != nil {
276-
setupLog.Error(err, "proceeding without gzip compression for cloud-init data")
276+
setupLog.Error(err, "proceeding without gzip compression for user-data")
277277
}
278278

279279
// LinodeMachine Controller

0 commit comments

Comments
 (0)