Skip to content

Commit

Permalink
fix: restart policy (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Aug 28, 2023
1 parent ef4f376 commit 9172624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubefirst-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
labels:
{{- include "kubefirst-api.selectorLabels" . | nindent 8 }}
spec:
restartPolicy: Never
restartPolicy: OnFailure
containers:
- name: {{ include "kubefirst-api.fullname" . }}-pi-hook
image: "{{ .Values.image.hook.repository }}:{{ .Values.image.hook.tag }}"
Expand Down

0 comments on commit 9172624

Please sign in to comment.