Add unity catalog chart

This commit is contained in:
wbsong111
2025-05-22 16:29:01 +09:00
parent 116b20e7c7
commit 30571ad5e2
78 changed files with 9188 additions and 0 deletions
@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "unitycatalog.serviceAccountName" . }}
labels:
{{- include "unitycatalog.commonLabels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}