Skip to content

Commit

Permalink
Merge pull request #6688 from jsanda/termination-grace-period
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

[6632] fix indentation of terminationGracePeriodSeconds var

This is a PR to fix [6632](#6632).
  • Loading branch information
openshift-merge-robot committed Feb 7, 2018
2 parents 5efd86b + 890ca26 commit 5e7eaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_metrics/templates/hawkular_cassandra_rc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}
Expand Down

0 comments on commit 5e7eaaf

Please sign in to comment.