Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/daemon/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ func (dn *Daemon) experimentalUpdateLayeredConfig() error {
// request them directly without fuzzy string matching on the list of secrets, so we get their names off of the serviceaccount they
// are associated with.
func (dn *Daemon) getPullSecret() ([]byte, error) {
var targetNamespace = "openshift-machine-config-operator"
var targetNamespace = ctrlcommon.MCONamespace

// Get the service accoutn
mcdServiceAccount, err := dn.kubeClient.CoreV1().ServiceAccounts(targetNamespace).Get(context.TODO(), "machine-config-daemon", metav1.GetOptions{})
Expand Down