Helm chart to install components for the Kubernetes cluster monitoring
Source
1
+
- if .Values.zabbixAgent.rbac.create -
2
+
- if .Values.zabbixAgent.serviceAccount.create -
3
+
apiVersion v1
4
+
kind ServiceAccount
5
+
metadata
6
+
name template "zabbix.agent.serviceAccountName" .
7
+
labels
8
+
app template "zabbix.name" .
9
+
chart template "zabbix.chart" .
10
+
release"{{ .Release.Name }}"
11
+
heritage"{{ .Release.Service }}"
12
+
annotations
13
+
toYaml .Values.zabbixAgent.serviceAccount.annotations | indent 4
14
+
imagePullSecrets
15
+
toYaml .Values.zabbixAgent.serviceAccount.imagePullSecrets | indent 2
16
+
- end -
17
+
- end -