feat: add service account to attest deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user