source-controller/docs/spec/v1beta2
Sanskar Jaiswal 6fe3c96311
ocirepo: adopt Kubernetes style TLS secrets for .spec.certSecretRef
Adopt Kubernetes TLS secrets API to check for TLS data in the Secret
referred to by `.spec.certSecretRef`, i.e. check for keys `tls.crt` and
`tls.key` for the certificate and private key. Use `ca.crt` for the CA
certificate.
Deprecate the usage of `caFile`, `certFile` and `keyFile` keys.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2023-08-22 18:23:05 +05:30
..
README.md Add OCIRepository API spec to docs 2022-08-02 13:07:07 +03:00
buckets.md update docs on azure 2023-08-15 12:29:22 +01:00
gitrepositories.md Add note about bearer token auth with Git servers 2023-05-12 11:26:12 +02:00
helmcharts.md spec: add note about jitter in interval sections 2023-08-07 16:23:27 +02:00
helmrepositories.md helmrepo: adopt Kubernetes TLS secrets for `.spec.certSecretRef` 2023-08-22 18:23:04 +05:30
ocirepositories.md ocirepo: adopt Kubernetes style TLS secrets for .spec.certSecretRef 2023-08-22 18:23:05 +05:30

README.md

source.toolkit.fluxcd.io/v1beta2

This is the v1beta2 API specification for defining the desired state sources of Kubernetes clusters.

Specification

Implementation

Consumers