fix: seed observability dependencies
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
{{- if and .Values.thanosRuler.enabled .Values.thanosRuler.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ template "kube-prometheus-stack.thanosRuler.serviceAccountName" . }}
|
||||
namespace: {{ template "kube-prometheus-stack.namespace" . }}
|
||||
labels:
|
||||
app: {{ template "kube-prometheus-stack.thanosRuler.name" . }}
|
||||
app.kubernetes.io/name: {{ template "kube-prometheus-stack.thanosRuler.name" . }}
|
||||
app.kubernetes.io/component: thanos-ruler
|
||||
{{- include "kube-prometheus-stack.labels" . | indent 4 -}}
|
||||
{{- if .Values.thanosRuler.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.thanosRuler.serviceAccount.annotations | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.global.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml .Values.global.imagePullSecrets | indent 2 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user