File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type HelmRepositorySpec struct {
43
43
// For HTTP/S basic auth the secret must contain username and
44
44
// password fields.
45
45
// For TLS the secret must contain a certFile and keyFile, and/or
46
- // caCert fields.
46
+ // caFile fields.
47
47
// +optional
48
48
SecretRef * meta.LocalObjectReference `json:"secretRef,omitempty"`
49
49
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ type HelmRepositorySpec struct {
51
51
// For HTTP/S basic auth the secret must contain 'username' and 'password'
52
52
// fields.
53
53
// For TLS the secret must contain a 'certFile' and 'keyFile', and/or
54
- // 'caCert ' fields.
54
+ // 'caFile ' fields.
55
55
// +optional
56
56
SecretRef * meta.LocalObjectReference `json:"secretRef,omitempty"`
57
57
Original file line number Diff line number Diff line change 92
92
description : The name of the secret containing authentication credentials
93
93
for the Helm repository. For HTTP/S basic auth the secret must contain
94
94
username and password fields. For TLS the secret must contain a
95
- certFile and keyFile, and/or caCert fields.
95
+ certFile and keyFile, and/or caFile fields.
96
96
properties :
97
97
name :
98
98
description : Name of the referent.
@@ -325,7 +325,7 @@ spec:
325
325
description : SecretRef specifies the Secret containing authentication
326
326
credentials for the HelmRepository. For HTTP/S basic auth the secret
327
327
must contain 'username' and 'password' fields. For TLS the secret
328
- must contain a 'certFile' and 'keyFile', and/or 'caCert ' fields.
328
+ must contain a 'certFile' and 'keyFile', and/or 'caFile ' fields.
329
329
properties :
330
330
name :
331
331
description : Name of the referent.
Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ for the HelmRepository.
794
794
For HTTP/S basic auth the secret must contain &lsquo ; username&rsquo ; and &lsquo ; password&rsquo ;
795
795
fields.
796
796
For TLS the secret must contain a &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or
797
- &lsquo ; caCert &rsquo ; fields.</p >
797
+ &lsquo ; caFile &rsquo ; fields.</p >
798
798
</td >
799
799
</tr >
800
800
<tr >
@@ -2444,7 +2444,7 @@ for the HelmRepository.
2444
2444
For HTTP/S basic auth the secret must contain &lsquo ; username&rsquo ; and &lsquo ; password&rsquo ;
2445
2445
fields.
2446
2446
For TLS the secret must contain a &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or
2447
- &lsquo ; caCert &rsquo ; fields.</p >
2447
+ &lsquo ; caFile &rsquo ; fields.</p >
2448
2448
</td >
2449
2449
</tr >
2450
2450
<tr >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type HelmRepositorySpec struct {
19
19
// repository.
20
20
// For HTTP/S basic auth the secret must contain username and
21
21
// password fields.
22
- // For TLS the secret must contain caFile, keyFile and caCert
22
+ // For TLS the secret must contain caFile, keyFile and caFile
23
23
// fields.
24
24
// +optional
25
25
SecretRef *corev1.LocalObjectReference ` json:"secretRef,omitempty"`
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type HelmRepositorySpec struct {
20
20
// For HTTP/S basic auth the secret must contain username and
21
21
// password fields.
22
22
// For TLS the secret must contain a certFile and keyFile, and/or
23
- // caCert fields.
23
+ // caFile fields.
24
24
// +optional
25
25
SecretRef *corev1.LocalObjectReference ` json:"secretRef,omitempty"`
26
26
You can’t perform that action at this time.
0 commit comments