Skip to content

Commit

Permalink
Merge pull request openshift#1633 from nadavdolin/fix-additional-trus…
Browse files Browse the repository at this point in the history
…t-bundle

additional trust bundle into vm
  • Loading branch information
openshift-merge-robot authored Aug 1, 2022
2 parents 4379f7e + 80987d4 commit 1d3282c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignition-server/controllers/local_ignitionprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ func (p *LocalIgnitionProvider) GetPayload(ctx context.Context, releaseImage str
fmt.Sprintf("--dns-config-file=%s/cluster-dns-02-config.yaml", configDir),
fmt.Sprintf("--pull-secret=%s/pull-secret.yaml", configDir),
fmt.Sprintf("--dest-dir=%s", destDir),
fmt.Sprintf("--additional-trust-bundle-config-file=%s/user-ca-bundle-config.yaml", configDir),
}
if image, exists := images["mdns-publisher"]; exists {
args = append(args, fmt.Sprintf("--mdns-publisher-image=%s", image))
Expand Down

0 comments on commit 1d3282c

Please sign in to comment.