fix(nextcloud): #35 Include namespace in cp
This commit is contained in:
parent
f5982bb7df
commit
87f5e39040
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ k3s kubectl exec "${database_container}" --namespace "${namespace}" -- env $(cat
|
||||||
# Files backup
|
# Files backup
|
||||||
for file in 'config' 'themes'; do
|
for file in 'config' 'themes'; do
|
||||||
printf "Copying %s\n" "${file}"
|
printf "Copying %s\n" "${file}"
|
||||||
k3s kubectl cp "${base_container}":"/var/www/html/${file}" "${destination}"
|
k3s kubectl --namespace "${namespace}" cp "${base_container}":"/var/www/html/${file}" "${destination}"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Turn off maintenance mode
|
# Turn off maintenance mode
|
||||||
|
|
Loading…
Reference in a new issue