fix(argo-cd): Add usages to ArgoCD server certificate (#2143)
This commit is contained in:
parent
7c3553de9d
commit
167c112bcb
4 changed files with 10 additions and 2 deletions
|
|
@ -1743,6 +1743,9 @@ server:
|
|||
algorithm: RSA
|
||||
# -- Key bit size of the private key. If algorithm is set to `Ed25519`, size is ignored.
|
||||
size: 2048
|
||||
# -- Usages for the certificate
|
||||
### Ref: https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.KeyUsage
|
||||
usages: []
|
||||
|
||||
# TLS certificate configuration via Secret
|
||||
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/tls/#tls-certificates-used-by-argocd-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue