Skip to content

Commit

Permalink
Merge pull request #6 from lomas969/security-contect-init-container
Browse files Browse the repository at this point in the history
Security context to init container
  • Loading branch information
tananaev authored Feb 10, 2023
2 parents 5ab272e + bddada7 commit fd3f5b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/traccar/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
initContainers:
{{- if .Values.mysql.enabled }}
- name: wait-for-db
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "alpine:3.6"
command:
- 'sh'
Expand Down

0 comments on commit fd3f5b1

Please sign in to comment.