Skip to content

Commit

Permalink
better cleaner config name
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Oct 18, 2023
1 parent c0fb059 commit a06bb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cockroachdb/templates/job-cleaner.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and (and .Values.tls.enabled .Values.tls.certs.selfSigner.enabled) .Values.tls.certs.selfSigner.cleaner.enabled }}
{{- if and (and .Values.tls.enabled .Values.tls.certs.selfSigner.enabled) .Values.tls.certs.selfSigner.cleanCerts }}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down
3 changes: 1 addition & 2 deletions cockroachdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,7 @@ tls:
podUpdateTimeout: 2m
# ServiceAccount annotations for selfSigner jobs (e.g. for attaching AWS IAM roles to pods)
svcAccountAnnotations: {}
cleaner:
enabled: true
cleanCerts: true

# Use cert-manager to issue certificates for mTLS.
certManager: false
Expand Down

0 comments on commit a06bb76

Please sign in to comment.