Skip to content

Commit 9c9fafd

Browse files
Resolve: PR reviews
1 parent f68a938 commit 9c9fafd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cockroachdb/templates/_helpers.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ Construct the GODEBUG env var value (looks like: GODEBUG="foo=bar,baz=quux"; def
362362
{{- join "," $godebugList -}}
363363
{{- end }}
364364

365-
366365
{{/* Common labels that are applied to all managed objects. */}}
367366
{{- define "cluster.labels" -}}
368367
helm.sh/chart: {{ include "cockroachdb.chart" . }}

operator/templates/_operator_certs.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
By convention, the first line is expected to be the ca.crt
66
entry. Lines 2-3 are the client.root entries. Finally, lines
77
4-5 are the client.node entries.
8-
98
*/}}
109
{{- define "operator.certs" -}}
1110
{{- $days := default .Values.certificate.validForDays 3650 | int -}}

0 commit comments

Comments
 (0)