feat: SilverBullet chart (#54)

This commit is contained in:
2024-02-14 22:39:42 +01:00
committed by GitHub
parent ae11cb1378
commit 1c27124be9
13 changed files with 495 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "silverbullet.serviceAccountName" . }}
labels:
{{- include "silverbullet.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}