Skip to content

Commit

Permalink
Add security context in migration job
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibinger committed Nov 4, 2024
1 parent a9b08a6 commit 2e064e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
spec:
containers:
- name: blockscout-migrations
securityContext:
{{- toYaml .Values.blockscout.securityContext | nindent 12 }}
image: "{{ .Values.blockscout.image.repository }}:{{ .Values.blockscout.image.tag }}"
imagePullPolicy: {{ .Values.blockscout.image.pullPolicy }}
{{- with .Values.blockscout.init.command }}
Expand Down

0 comments on commit 2e064e7

Please sign in to comment.