Skip to content

Commit

Permalink
Remove terminationGracePeriodSeconds duplicated key (#143)
Browse files Browse the repository at this point in the history
* Remove terminationGracePeriodSeconds duplicated key

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.

* Increase the chart version to 0.5.2

The chart version needs to be new. Increasing from 0.5.1 to 0.5.2
  • Loading branch information
pipoe2h authored Apr 11, 2024
1 parent a2f2b48 commit 289afcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ndb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ndb-operator
description: A Helm chart for Nutanix Database Kubernetes Operator
type: application
version: 0.5.1
version: 0.5.2
appVersion: v0.5.0
maintainers:
- name: mazin-s
Expand Down
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 289afcd

Please sign in to comment.