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 {
4343 // For HTTP/S basic auth the secret must contain username and
4444 // password fields.
4545 // For TLS the secret must contain a certFile and keyFile, and/or
46- // caCert fields.
46+ // caFile fields.
4747 // +optional
4848 SecretRef * meta.LocalObjectReference `json:"secretRef,omitempty"`
4949
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ type HelmRepositorySpec struct {
5151 // For HTTP/S basic auth the secret must contain 'username' and 'password'
5252 // fields.
5353 // For TLS the secret must contain a 'certFile' and 'keyFile', and/or
54- // 'caCert ' fields.
54+ // 'caFile ' fields.
5555 // +optional
5656 SecretRef * meta.LocalObjectReference `json:"secretRef,omitempty"`
5757
Original file line number Diff line number Diff line change 9292 description : The name of the secret containing authentication credentials
9393 for the Helm repository. For HTTP/S basic auth the secret must contain
9494 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.
9696 properties :
9797 name :
9898 description : Name of the referent.
@@ -325,7 +325,7 @@ spec:
325325 description : SecretRef specifies the Secret containing authentication
326326 credentials for the HelmRepository. For HTTP/S basic auth the secret
327327 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.
329329 properties :
330330 name :
331331 description : Name of the referent.
Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ for the HelmRepository.
794794For HTTP/S basic auth the secret must contain &lsquo ; username&rsquo ; and &lsquo ; password&rsquo ;
795795fields.
796796For 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 >
798798</td >
799799</tr >
800800<tr >
@@ -2444,7 +2444,7 @@ for the HelmRepository.
24442444For HTTP/S basic auth the secret must contain &lsquo ; username&rsquo ; and &lsquo ; password&rsquo ;
24452445fields.
24462446For 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 >
24482448</td >
24492449</tr >
24502450<tr >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type HelmRepositorySpec struct {
1919 // repository.
2020 // For HTTP/S basic auth the secret must contain username and
2121 // password fields.
22- // For TLS the secret must contain caFile, keyFile and caCert
22+ // For TLS the secret must contain caFile, keyFile and caFile
2323 // fields.
2424 // +optional
2525 SecretRef *corev1.LocalObjectReference ` json:"secretRef,omitempty"`
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type HelmRepositorySpec struct {
2020 // For HTTP/S basic auth the secret must contain username and
2121 // password fields.
2222 // For TLS the secret must contain a certFile and keyFile, and/or
23- // caCert fields.
23+ // caFile fields.
2424 // +optional
2525 SecretRef *corev1.LocalObjectReference ` json:"secretRef,omitempty"`
2626
You can’t perform that action at this time.
0 commit comments