Skip to content

Commit

Permalink
main: rename cloud-init to user-data
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tormath1 committed Nov 14, 2024
1 parent daadff7 commit c34f669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func setupControllers(mgr manager.Manager, flags flagVars, linodeClientConfig, d

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

// LinodeMachine Controller
Expand Down

0 comments on commit c34f669

Please sign in to comment.