Skip to content

Commit

Permalink
Remove terminationGracePeriodSeconds duplicated key
Browse files Browse the repository at this point in the history
When using tools like Flux, the parser fails because there is a duplicated JSON key. When using helm it doesn't fails because K8s is more permissive than the parsers.
  • Loading branch information
pipoe2h authored Apr 9, 2024
1 parent 4ce7355 commit 24dbbf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: 10

0 comments on commit 24dbbf0

Please sign in to comment.