This commit is contained in:
changmin hyeon
2025-10-31 14:32:16 +09:00
commit ee24c09708
14 changed files with 478 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ default (include "generic.fullname" .) .Values.serviceAccount.name }}
labels:
{{- include "generic.labels" . | nindent 4 }}
{{- end }}