Fix make verify failures

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-05-09 16:16:04 +01:00
parent c936fc145b
commit 50cb97f331
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
3 changed files with 5 additions and 5 deletions

View File

@ -44,8 +44,8 @@ type GitRepositorySpec struct {
// The secret name containing the Git credentials.
// For HTTPS repositories the secret must contain username and password
// fields.
// For SSH repositories the secret must contain identity, identity.pub and
// known_hosts fields.
// For SSH repositories the secret must contain identity and known_hosts
// fields.
// +optional
SecretRef *meta.LocalObjectReference `json:"secretRef,omitempty"`

View File

@ -19,8 +19,8 @@ type GitRepositorySpec struct {
// The secret name containing the Git credentials.
// For HTTPS repositories the secret must contain username and password
// fields.
// For SSH repositories the secret must contain identity, identity.pub and
// known_hosts fields.
// For SSH repositories the secret must contain identity and known_hosts
// fields.
// +optional
SecretRef *corev1.LocalObjectReference `json:"secretRef,omitempty"`

View File

@ -245,7 +245,7 @@ func main() {
ControllerName: controllerName,
Cache: c,
TTL: ttl,
CacheRecorder: cacheRecorder,
CacheRecorder: cacheRecorder,
}).SetupWithManagerAndOptions(mgr, controllers.HelmChartReconcilerOptions{
MaxConcurrentReconciles: concurrent,
RateLimiter: helper.GetRateLimiter(rateLimiterOptions),