Skip to content

Commit

Permalink
Update default user data to be worker-user-data-managed
Browse files Browse the repository at this point in the history
This openshift/installer#3730 changed the name of the userdata generated by the installer to satisfy MCO ign v2 -> v3 migration and let the new secret be under mco management. openshift/enhancements#368.
  • Loading branch information
enxebre committed Aug 3, 2020
1 parent 27db623 commit 765b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/machine/v1beta1/machine_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const (
defaultWebhookServiceName = "machine-api-operator-webhook"
defaultWebhookServiceNamespace = "openshift-machine-api"

defaultUserDataSecret = "worker-user-data"
defaultUserDataSecret = "worker-user-data-managed"
defaultSecretNamespace = "openshift-machine-api"

// AWS Defaults
Expand Down

0 comments on commit 765b29b

Please sign in to comment.