File tree Expand file tree Collapse file tree
charts/frankenphp/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 backoffLimit : {{ (default .backoffLimit 0) }}
1919 template :
2020 spec :
21- serviceAccountName : {{ include "helm-frankenphp.serviceAccountName" $context }}
21+ {{- with $.Values.serviceAccount }}
22+ serviceAccountName : {{ include "helm-frankenphp.serviceAccountName" . }}
23+ {{- end }}
2224 restartPolicy : {{ (default .restartPolicy "Never") }}
2325 containers :
2426 - name : {{ $cronName | lower }}
Original file line number Diff line number Diff line change 2525 imagePullSecrets :
2626 {{- toYaml . | nindent 8 }}
2727 {{- end }}
28+ {{- with .Values.serviceAccount }}
2829 serviceAccountName : {{ include "helm-frankenphp.serviceAccountName" . }}
30+ {{- end }}
2931 containers :
3032 - name : {{ .Chart.Name }}
3133 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Original file line number Diff line number Diff line change 2323 labels :
2424 app : {{ $workerName }}
2525 spec :
26+ {{- with $.Values.serviceAccount }}
2627 serviceAccountName : {{ include "helm-frankenphp.serviceAccountName" $context }}
28+ {{- end }}
2729 restartPolicy : Always
2830 containers :
2931 - name : {{ $workerName }}
You can’t perform that action at this time.
0 commit comments