Skip to content

Commit

Permalink
additional trust bundle fix
Browse files Browse the repository at this point in the history
Signed-off-by: nadav dolin <nadavdolin1@gmail.com>
  • Loading branch information
nadavdolin committed Jul 31, 2022
1 parent a6e5aef commit 80987d4
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 @@ -244,6 +244,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 80987d4

Please sign in to comment.