Skip to content

Commit

Permalink
restore default issuerref name
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Jul 25, 2024
1 parent f23eed5 commit 58845d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ helm delete --namespace test my-application
| certificate.emailSANs | list | `nil` | List of email subjectAltNames to be set on the Certificate. |
| certificate.privateKey.enabled | bool | `false` | Enable Private Key for the certificate. |
| certificate.privateKey.rotationPolicy | string | `"Always"` | Denotes how private keys should be generated or sourced when a certificate is being issued. |
| certificate.issuerRef.name | string | `nil` | Reference to the issuer for this certificate. |
| certificate.issuerRef.name | string | `"ca-issuer"` | Reference to the issuer for this certificate. |
| certificate.issuerRef.kind | string | `"Issuer"` | Kind of the issuer being referred to. |
| certificate.issuerRef.group | string | `"cert-manager.io"` | Group of the issuer resource being refered to. |
| certificate.keystores.enabled | bool | `false` | Enables keystore configuration. Keystores configures additional keystore output formats stored in the spec.secretName Secret resource. |
Expand Down
3 changes: 1 addition & 2 deletions application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,7 @@ certificate:
issuerRef:
# -- (string) Reference to the issuer for this certificate.
# @section -- cert-manager Certificate Parameters
name:
# name: ca-issuer
name: ca-issuer
# -- (string) Kind of the issuer being referred to.
# @section -- cert-manager Certificate Parameters
kind: Issuer
Expand Down

0 comments on commit 58845d9

Please sign in to comment.