Skip to content

Commit

Permalink
Populate config values on bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jun 22, 2021
1 parent 4848c21 commit 04730b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ func ToBootstrapFile(config *config.Config, path string) (*applyinator.File, err
},
"spec": map[string]interface{}{
"kubernetesVersion": k8sVersion,
"rkeConfig": map[string]interface{}{},
"rkeConfig": map[string]interface{}{
"controlPlaneConfig": config.ConfigValues,
},
},
},
}, v1.GenericMap{
Expand Down

0 comments on commit 04730b0

Please sign in to comment.