From 259df8e9192185f61f440a94508094536537cea7 Mon Sep 17 00:00:00 2001 From: pieter Date: Thu, 20 Nov 2025 06:54:55 +0000 Subject: [PATCH] =?UTF-8?q?templates/serviceaccount.yaml=20=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/serviceaccount.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/serviceaccount.yaml diff --git a/templates/serviceaccount.yaml b/templates/serviceaccount.yaml new file mode 100644 index 0000000..eb3b394 --- /dev/null +++ b/templates/serviceaccount.yaml @@ -0,0 +1,12 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "phpmyadmin-nginx.serviceAccountName" . }} + labels: + {{- include "phpmyadmin-nginx.labels" . | nindent 4 }} + {{- with .Values.serviceAccount.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} \ No newline at end of file