fix: FQDN

This commit is contained in:
auricom
2021-07-30 01:33:59 +02:00
parent b83b0bff7b
commit bcf3ba5f00
18 changed files with 25 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ spec:
cp /opt/id_rsa ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh -o StrictHostKeyChecking=no homelab@truenas << 'EOF'
ssh -o StrictHostKeyChecking=no homelab@truenas.${SECRET_CLUSTER_DOMAIN_ROOT}. << 'EOF'
WORK_DIR="/mnt/storage/backups/gitea"