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 and tuxtof committed Apr 10, 2024
1 parent a2f2b48 commit c99dc83
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 c99dc83

Please sign in to comment.