* chore(helm): standalone clickhouse * chore(helmcharts): blocking private endpoint * chore(helm): clickhouse backup Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com> Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
12 lines
326 B
YAML
12 lines
326 B
YAML
{{- if .Values.serviceAccount.create -}}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "clickhouse.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "clickhouse.labels" . | nindent 4 }}
|
|
{{- with .Values.serviceAccount.annotations }}
|
|
annotations:
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
{{- end }}
|