From c99dc8373e55c5e9ac9ddc58e6cb7b063f14f6a3 Mon Sep 17 00:00:00 2001 From: Jose Gomez Date: Tue, 9 Apr 2024 18:49:53 +0200 Subject: [PATCH] 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. --- .../templates/deployment-ndb-operator-controller-manager.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml b/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml index bbd6e0f..9671718 100644 --- a/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml +++ b/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml @@ -96,4 +96,3 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} - terminationGracePeriodSeconds: 10