Skip to content

Commit bb900da

Browse files
committed
ARO-12457: Include bootstrap docker config file in go module
The /root/.docker/config.json.template file was not included because there was an invisible directory in the path. Without this file there will be no pull secret in the bootstrap node.
1 parent 0d294cf commit bb900da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import "embed"
88
// this package and no other codebases should either, as we intend to remove it
99
// once ARO has moved off the wrapper.
1010

11-
//go:embed bootstrap/* manifests/* coreos/*
11+
//go:embed all:bootstrap manifests/* coreos/*
1212
var _ embed.FS

0 commit comments

Comments
 (0)