Revert "remove /etc/genesis post armada bootstrap"

This reverts commit d856a0c8c5.

This is required because the contents of the /etc/genesis directory are needed until the control plane (etcd) has joined the cluster.

Change-Id: Iff890003dfe1dbc39efbf60037cbe33d9eb5e9a0
This commit is contained in:
Matt McEuen 2019-04-10 20:53:36 +00:00
parent d856a0c8c5
commit 1a3ba289db
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ set -x
wait_for_node_ready {{ config['Genesis:hostname'] }} 3600
{% include "cleanup.sh" with context %}
rm -rf /etc/genesis
set +x
log
log === Finished genesis process ===