feat: Add Plume Staging Chart

This commit is contained in:
2025-06-19 14:07:34 +02:00
parent 274e06e759
commit 07d1f51dab
23 changed files with 804 additions and 9 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "Sorcerer.serviceAccountName" . }}
labels:
{{- include "Sorcerer.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}