mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-13 11:17:30 +00:00
Add support for using `tls.key`, `tls.crt` and `ca.crt` keys while generating a Secret, using the `--tls-key-file`, `--tls-crt-file` and `--ca-crt-file` flags respectively. Mark the flags `--key-file`, `--cert-file` and `--ca-file` as deprecated. Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com> |
||
|---|---|---|
| .. | ||
| deprecated-secret-tls.yaml | ||
| secret-tls.yaml | ||
| test-ca.pem | ||
| test-cert.pem | ||
| test-key.pem | ||