Skip to content

Commit

Permalink
fixes #166
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Ruf <[email protected]>
  • Loading branch information
Robert Ruf committed Apr 22, 2024
1 parent a9c8caf commit d2b1784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
version: v1.12.4
repository: https://charts.jetstack.io
alias: certmanager
condition: certmanager.enabled
condition: certmanager.install
7 changes: 7 additions & 0 deletions charts/redis-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ issuer:
ingressClass: nginx

certmanager:
# Turns on the chart dependency on cert-manager and will install it in the cluster
install: false
# Hands over certificate creation and management to cert-manager by creating cert-manager CRs.
# It's your responsibility to make sure the CRs are compatible with the installed cert-manager
# if certmanager.install is disabled (default). If you're using a incompatible version of
# cert-manager you can always turn this off (default) and provide your own cert-manager CRs to
# create a certificate and save it to the secret defined by certificate.secretName.
enabled: false

priorityClassName: ""
Expand Down

0 comments on commit d2b1784

Please sign in to comment.