Skip to content

Commit

Permalink
Add terminationGracePeriodSeconds attr to port-ocean chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ianianr committed Oct 22, 2024
1 parent 9fddd76 commit cadf1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
{{- with .Values.podServiceAccount.name }}
serviceAccountName: {{ . }}
{{- end }}
terminationGracePeriodSeconds: {{ default 30 .Values.terminationGracePeriodSeconds }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit cadf1e2

Please sign in to comment.