소스 검색

[6632] fix indentation of terminationGracePeriodSeconds var

John Sanda 7 년 전
부모
커밋
890ca26857
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' %}