Skip to content

Commit

Permalink
chore: update daemonset restartPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfeng.xzc committed Dec 28, 2023
1 parent eb0391a commit f3de60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/holoinsight-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
{{- include "chart_common_labels" . | indent 8 }}
hi_common_version: {{ default "" .Values.common_version | quote }}
spec:
restartPolicy: OnFailure
restartPolicy: Always
terminationGracePeriodSeconds: 30
volumes:
- name: data
Expand Down

0 comments on commit f3de60d

Please sign in to comment.