From 1ecf2c1898a96f82b58dfaf4769e1e184f693e1d Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Tue, 20 Aug 2024 10:17:34 -0500 Subject: [PATCH] feat: add service account to attest deployment --- .../attest-provider/templates/attest-provider-deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/attest-provider/templates/attest-provider-deployment.yaml b/charts/attest-provider/templates/attest-provider-deployment.yaml index 7a74fc6..ddad379 100644 --- a/charts/attest-provider/templates/attest-provider-deployment.yaml +++ b/charts/attest-provider/templates/attest-provider-deployment.yaml @@ -15,6 +15,9 @@ spec: app: '{{ template "attest-provider.name" . }}' chart: '{{ template "attest-provider.name" . }}' spec: + {{- if .Values.serviceAccountName }} + serviceAccountName: {{ .Values.serviceAccountName }} + {{- end }} containers: - image: {{ .Values.image }} imagePullPolicy: IfNotPresent