feat: add resource annotations (#6134)

This commit is contained in:
oldgiova
2024-10-16 16:34:24 +02:00
committed by GitHub
parent 9dc47f6b97
commit 5bd5a76d25
18 changed files with 79 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: filer
{{- if .Values.filer.annotations }}
annotations:
{{- toYaml .Values.filer.annotations | nindent 4 }}
{{- end }}
spec:
secretName: {{ template "seaweedfs.name" . }}-filer-cert
issuerRef: