[CONTRIB] Update chart with service account
[oom.git] / kubernetes / contrib / components / ejbca / templates / deployment.yaml
index fc163ee..6bd5b25 100644 (file)
@@ -94,6 +94,7 @@ spec:
         affinity: {{ toYaml .Values.affinity | nindent 10 }}
         {{- end }}
         resources: {{ include "common.resources" . | nindent 10 }}
+      serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
       volumes:
       - configMap:
           name: "{{ include "common.fullname" . }}-config-script"