WebRtc_QingGan/.gitea/charts/templates/serviceaccount.yaml
Song367 2760140445
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m28s
迁移服务器kehu237
2025-09-30 16:44:20 +08:00

13 lines
322 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "homeland.serviceAccountName" . }}
labels:
{{- include "homeland.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}