Browse Source

[6632] fix indentation of terminationGracePeriodSeconds var

John Sanda 7 years ago
parent
commit
890ca26857
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_metrics/templates/hawkular_cassandra_rc.j2

+ 1 - 1
roles/openshift_metrics/templates/hawkular_cassandra_rc.j2

@@ -122,7 +122,7 @@ spec:
             exec:
               command:
               - "/opt/apache-cassandra/bin/cassandra-poststart.sh"
-        terminationGracePeriodSeconds: 1800
+      terminationGracePeriodSeconds: 1800
       volumes:
       - name: cassandra-data
 {%      if openshift_metrics_cassandra_storage_type == 'emptydir' %}