Skip to content

Commit

Permalink
feat: support service account for the CE deployment (#441)
Browse files Browse the repository at this point in the history
* feat: support service account for the CE deployment

* Update helm-charts/mend-renovate-ce/values.yaml

Co-authored-by: Nabeel Saabna <[email protected]>

---------

Co-authored-by: Nabeel Saabna <[email protected]>
  • Loading branch information
missedone and nabeelsaabna authored Feb 6, 2024
1 parent 0921356 commit 4c9d785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-charts/mend-renovate-ce/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
{{- with .Values.podSecurityContext }}
securityContext: {{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.serviceAccount }}
serviceAccountName: {{ .Values.serviceAccount }}
{{- end }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
containers:
- name: {{ .Chart.Name }}
Expand Down
2 changes: 2 additions & 0 deletions helm-charts/mend-renovate-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ ingress:
# hosts:
# - mend-renovate.local

serviceAccount:

resources: {}

annotations: {}
Expand Down

0 comments on commit 4c9d785

Please sign in to comment.