@@ -792,8 +792,25 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
792
792
for the HelmRepository.
793
793
For HTTP/S basic auth the secret must contain &lsquo ; username&rsquo ; and &lsquo ; password&rsquo ;
794
794
fields.
795
- For TLS the secret must contain a &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or
796
- &lsquo ; caFile&rsquo ; fields.</p >
795
+ Support for TLS auth using the &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or &lsquo ; caFile&rsquo ;
796
+ keys is deprecated. Please use <code >.spec.certSecretRef</code > instead.</p >
797
+ </td >
798
+ </tr >
799
+ <tr >
800
+ <td >
801
+ <code >certSecretRef</code ><br >
802
+ <em >
803
+ <a href =" https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#LocalObjectReference " >
804
+ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
805
+ </a >
806
+ </em >
807
+ </td >
808
+ <td >
809
+ <em >(Optional)</em >
810
+ <p >CertSecretRef specifies the Secret containing the TLS authentication
811
+ data. The secret must contain a &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or &lsquo ; caFile&rsquo ;
812
+ fields. It takes precedence over the values specified in the Secret
813
+ referred to by <code >.spec.secretRef</code >.</p >
797
814
</td >
798
815
</tr >
799
816
<tr >
@@ -2459,8 +2476,25 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
2459
2476
for the HelmRepository.
2460
2477
For HTTP/S basic auth the secret must contain &lsquo ; username&rsquo ; and &lsquo ; password&rsquo ;
2461
2478
fields.
2462
- For TLS the secret must contain a &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or
2463
- &lsquo ; caFile&rsquo ; fields.</p >
2479
+ Support for TLS auth using the &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or &lsquo ; caFile&rsquo ;
2480
+ keys is deprecated. Please use <code >.spec.certSecretRef</code > instead.</p >
2481
+ </td >
2482
+ </tr >
2483
+ <tr >
2484
+ <td >
2485
+ <code >certSecretRef</code ><br >
2486
+ <em >
2487
+ <a href =" https://pkg.go.dev/github.com/fluxcd/pkg/apis/meta#LocalObjectReference " >
2488
+ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
2489
+ </a >
2490
+ </em >
2491
+ </td >
2492
+ <td >
2493
+ <em >(Optional)</em >
2494
+ <p >CertSecretRef specifies the Secret containing the TLS authentication
2495
+ data. The secret must contain a &lsquo ; certFile&rsquo ; and &lsquo ; keyFile&rsquo ; , and/or &lsquo ; caFile&rsquo ;
2496
+ fields. It takes precedence over the values specified in the Secret
2497
+ referred to by <code >.spec.secretRef</code >.</p >
2464
2498
</td >
2465
2499
</tr >
2466
2500
<tr >
0 commit comments