Skip to content

Commit 50cb97f

Browse files
author
Paulo Gomes
committed
Fix make verify failures
Signed-off-by: Paulo Gomes <[email protected]>
1 parent c936fc1 commit 50cb97f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

api/v1beta1/gitrepository_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ type GitRepositorySpec struct {
4444
// The secret name containing the Git credentials.
4545
// For HTTPS repositories the secret must contain username and password
4646
// fields.
47-
// For SSH repositories the secret must contain identity, identity.pub and
48-
// known_hosts fields.
47+
// For SSH repositories the secret must contain identity and known_hosts
48+
// fields.
4949
// +optional
5050
SecretRef *meta.LocalObjectReference `json:"secretRef,omitempty"`
5151

docs/spec/v1beta1/gitrepositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ type GitRepositorySpec struct {
1919
// The secret name containing the Git credentials.
2020
// For HTTPS repositories the secret must contain username and password
2121
// fields.
22-
// For SSH repositories the secret must contain identity, identity.pub and
23-
// known_hosts fields.
22+
// For SSH repositories the secret must contain identity and known_hosts
23+
// fields.
2424
// +optional
2525
SecretRef *corev1.LocalObjectReference `json:"secretRef,omitempty"`
2626

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func main() {
245245
ControllerName: controllerName,
246246
Cache: c,
247247
TTL: ttl,
248-
CacheRecorder: cacheRecorder,
248+
CacheRecorder: cacheRecorder,
249249
}).SetupWithManagerAndOptions(mgr, controllers.HelmChartReconcilerOptions{
250250
MaxConcurrentReconciles: concurrent,
251251
RateLimiter: helper.GetRateLimiter(rateLimiterOptions),

0 commit comments

Comments
 (0)