Skip to content

Commit

Permalink
chore: fix migrations job
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Jan 22, 2024
1 parent 3b204b6 commit afa9b78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/policy-hub/templates/job-policy-hub-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ metadata:
spec:
template:
metadata:
name: {{ .Values.policyhubmigrations.name }}
labels:
{{- include "phub.selectorLabels" . | nindent 8 }}
spec:
restartPolicy: Never
containers:
- name: {{ .Values.policyhubmigrations.name }}
- name: {{ include "phub.fullname" . }}-migrations
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit afa9b78

Please sign in to comment.