mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
16 lines
324 B
YAML
16 lines
324 B
YAML
|
|
{{- if .Values.clickhouseOperator.enabled }}
|
||
|
|
# Template Parameters:
|
||
|
|
#
|
||
|
|
# COMMENT=
|
||
|
|
# NAMESPACE=posthog
|
||
|
|
# NAME=clickhouse-operator
|
||
|
|
#
|
||
|
|
# Setup ServiceAccount
|
||
|
|
apiVersion: v1
|
||
|
|
kind: ServiceAccount
|
||
|
|
metadata:
|
||
|
|
name: clickhouse-operator
|
||
|
|
namespace: {{ .Values.clickhouseOperator.namespace | default .Release.Namespace }}
|
||
|
|
|
||
|
|
{{- end }}
|