Helm chart to install components for the Kubernetes cluster monitoring
Source
1
+
apiVersion v1
2
+
kind Secret
3
+
metadata
4
+
name template "zabbix.serviceAccountName" .
5
+
namespace .Release.Namespace
6
+
annotations
7
+
kubernetes.io/service-account.name template "zabbix.serviceAccountName" .
8
+
labels
9
+
"zabbix.labels" . | indent 4 include
10
+
type kubernetes.io/service-account-token
11
+