Compare commits

2 Commits

Author SHA1 Message Date
unkinben 6edda8ef32 Merge pull request 'chore: resize puppetdb disk size' (#38) from benvin/resize_disks into master
Deploy / deploy (push) Successful in 4m23s
Reviewed-on: #38
2026-04-14 22:21:58 +10:00
unkinben 6f51b89e6a chore: resize puppetdb disk size
Build / build (pull_request) Successful in 3m35s
/data filled for patroni nodes. increase size until real fix can be made
ensure terraform is available for build job
2026-04-13 22:25:48 +10:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,4 +29,5 @@ jobs:
env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}
run: |
dnf install terraform -y
make plan
+1
View File
@@ -23,4 +23,5 @@ jobs:
env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}
run: |
dnf install terraform -y
make apply