We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f856c87 commit 1579263Copy full SHA for 1579263
templates/_bootstrap-georchestra-datadir.tpl
@@ -8,6 +8,7 @@
8
mkdir -p /root/.ssh ;
9
cp /ssh-secret/ssh-privatekey /root/.ssh/id_rsa ;
10
chmod 0600 /root/.ssh/id_rsa ;
11
+ rm -Rf /etc/georchestra
12
{{- end }}
13
if [ ! -f /etc/georchestra/default.properties ] ; then
14
git clone --depth 1 --single-branch {{ .Values.georchestra.datadir.git.url }} -b {{ .Values.georchestra.datadir.git.ref }} /etc/georchestra ;
0 commit comments