Updated helm chart to use image v6.8.0 and some minor improvements (#600)

This commit is contained in:
chgl
2023-10-28 15:14:02 +02:00
committed by GitHub
parent d2b421a58b
commit 3640bd03a2
8 changed files with 86 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "hapi-fhir-jpaserver.serviceAccountName" . }}
labels:
{{- include "hapi-fhir-jpaserver.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}