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

@@ -9,6 +9,10 @@ metadata:
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.master.annotations }}
annotations:
{{- toYaml .Values.master.annotations | nindent 4 }}
{{- end }}
data:
master.toml: |-
{{ .Values.master.config | nindent 4 }}