Skip to content

Commit

Permalink
Fixup template and default value
Browse files Browse the repository at this point in the history
  • Loading branch information
udnay authored and NishanthNalluri committed Feb 11, 2025
1 parent b87ab66 commit bd04e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cockroachdb/templates/job-certSelfSigner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ spec:
- --client-expiry={{ .Values.tls.certs.selfSigner.clientCertExpiryWindow }}
- --node-duration={{ .Values.tls.certs.selfSigner.nodeCertDuration }}
- --node-expiry={{ .Values.tls.certs.selfSigner.nodeCertExpiryWindow }}
{{- if .Values.operator.enabled }}
- --operator-managed=true
{{- end}}
env:
- name: STATEFULSET_NAME
value: {{ template "cockroachdb.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion cockroachdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -714,4 +714,4 @@ iap:

# Use the CRDB Operator to manage the CRDB clusters
operator:
enabled: true
enabled: false

0 comments on commit bd04e25

Please sign in to comment.