Add Helm Chart (#454)

هذا الالتزام موجود في:
Thomas Miceli
2025-04-06 00:51:38 +02:00
ملتزم من قبل GitHub
الأصل 2d8debecbe
التزام 9e69677f58
31 ملفات معدلة مع 939 إضافات و186 حذوفات

عرض الملف

@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "opengist.serviceAccountName" . }}
namespace: {{ .Values.namespace | default .Release.Namespace }}
labels:
{{- include "opengist.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}