rancher-partner-charts/charts/cockroach-labs/cockroachdb/12.0.5/templates/serviceaccount-certRotateSe...

23 lines
823 B
YAML
Raw Normal View History

2022-10-26 08:01:31 +00:00
{{- if and .Values.tls.enabled .Values.tls.certs.selfSigner.enabled }}
{{ template "cockroachdb.tls.certs.selfSigner.validation" . }}
2021-06-24 01:55:05 +00:00
kind: ServiceAccount
apiVersion: v1
metadata:
2022-10-26 08:01:31 +00:00
name: {{ template "rotatecerts.fullname" . }}
2021-06-24 01:55:05 +00:00
namespace: {{ .Release.Namespace | quote }}
labels:
helm.sh/chart: {{ template "cockroachdb.chart" . }}
app.kubernetes.io/name: {{ template "cockroachdb.name" . }}
app.kubernetes.io/instance: {{ .Release.Name | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service | quote }}
{{- with .Values.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.tls.certs.selfSigner.svcAccountAnnotations }}
annotations:
{{- with .Values.tls.certs.selfSigner.svcAccountAnnotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
2021-06-24 01:55:05 +00:00
{{- end }}