Initial Commit

This commit is contained in:
Your Name
2021-06-17 10:14:15 +01:00
commit e84230ec29
13 changed files with 548 additions and 0 deletions

View File

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