File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ type GitRepositorySpec struct {
44
44
// The secret name containing the Git credentials.
45
45
// For HTTPS repositories the secret must contain username and password
46
46
// 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.
49
49
// +optional
50
50
SecretRef * meta.LocalObjectReference `json:"secretRef,omitempty"`
51
51
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ type GitRepositorySpec struct {
19
19
// The secret name containing the Git credentials.
20
20
// For HTTPS repositories the secret must contain username and password
21
21
// 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.
24
24
// +optional
25
25
SecretRef *corev1.LocalObjectReference ` json:"secretRef,omitempty"`
26
26
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ func main() {
245
245
ControllerName : controllerName ,
246
246
Cache : c ,
247
247
TTL : ttl ,
248
- CacheRecorder : cacheRecorder ,
248
+ CacheRecorder : cacheRecorder ,
249
249
}).SetupWithManagerAndOptions (mgr , controllers.HelmChartReconcilerOptions {
250
250
MaxConcurrentReconciles : concurrent ,
251
251
RateLimiter : helper .GetRateLimiter (rateLimiterOptions ),
You can’t perform that action at this time.
0 commit comments