Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/asset/tls/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (a *AggregatorClientCertKey) Generate(dependencies asset.Parents) error {
Validity: ValidityOneDay,
}

return a.SignedCertKey.Generate(cfg, ca, "apiserver-proxy", DoNotAppendParent)
return a.SignedCertKey.Generate(cfg, ca, "aggregator-client", DoNotAppendParent)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, the same old name was already generated here https://github.com/openshift/installer/pull/1526/files#diff-8d9eb2f3ce41c8ad81321b7dc4d554d8R71 and that's why we had duplicate assets in #1468

}

// Name returns the human-friendly name of the asset.
Expand Down