98d436eb94
This moves the set of ceph entrypoint scripts into the helm chart this allows us to control how the different pods start. Also gives each script the +x flag to give better insight as to the execution of entrypoint scripts. Change-Id: Ib78b8a5d57f653bdb399a1980b34ab5ea25f94cc
6 lines
53 B
Smarty
6 lines
53 B
Smarty
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
ceph mon remove $(hostname -s)
|