feat: add charts to manifests repo in separate folder

This commit is contained in:
Jonas Juselius
2024-06-04 13:18:54 +02:00
parent 01a1893a4a
commit f37c8654e4
89 changed files with 3547 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "OSM.serviceAccountName" . }}
labels:
{{- include "OSM.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}