Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix additionalTrustBundle with local ignition provider
In openshift#972 I relied on the fact that MCSIgnitionProvider mounts the MCO ConfigMap under /assets/manifests - this means that the user-ca-bundle-config.yaml file path matches the default location from the MCO bootstrap code, thus no explicit --additional-trust-bundle-config-file argument was required. In openshift#1214 we introduced a new LocalIgnitionProvider, which unpacks the MCO config to a different path e.g /payloads/get-payload123/config hence we need to explicitly pass --additional-trust-bundle-config-file or the additionalTrustBundle data is ignored.
- Loading branch information