DEVEXP-402: Mount trusted-ca to registry base pki trust source#360
Conversation
2069fe7 to
4e89c37
Compare
|
/hold Blocked by #340 |
|
/retest s3 issue from earlier today |
|
/retest |
|
/hold cancel |
|
/lgtm |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/hold I may not be mounting the trust correctly |
|
/hold cancel |
Ensures that no other base trust is present for the registry.
d8a3263 to
8765862
Compare
|
@dmage ready for review again |
|
/retest |
1 similar comment
|
/retest |
| configapiv1 "github.com/openshift/api/config/v1" | ||
| configlisters "github.com/openshift/client-go/config/listers/config/v1" | ||
| "github.com/openshift/cluster-image-registry-operator/pkg/apis/imageregistry/v1" | ||
| v1 "github.com/openshift/cluster-image-registry-operator/pkg/apis/imageregistry/v1" |
There was a problem hiding this comment.
This doesn't need an alias, but it won't hurt anything
| func NewFixturesBuilder() *FixturesBuilder { | ||
| factory := &FixturesBuilder{ | ||
| deploymentIndexer: cache.NewIndexer(cache.MetaNamespaceKeyFunc, cache.Indexers{}), | ||
| dsIndexer: cache.NewIndexer(cache.MetaNamespaceKeyFunc, cache.Indexers{}), |
There was a problem hiding this comment.
I think this should be updated to daemonSetsIndexer for clarity
| func TestMakePodTemplateSpec(t *testing.T) { | ||
| // TODO: Make this table-driven to verify all storage drivers | ||
| params := ¶meters.Globals{} | ||
| params.Deployment.Namespace = "openshift-image-registry" |
There was a problem hiding this comment.
v1.ImageRegistryOperatorNamespace instead of a string?
coreydaley
left a comment
There was a problem hiding this comment.
A few small nits but nothing that should prohibit this from merging.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, coreydaley, dmage The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ensures that no other base trust is present for the registry.