feat: add apply workflow (#70)
ci/woodpecker/push/apply Pipeline was successful

Reviewed-on: #70
This commit was merged in pull request #70.
This commit is contained in:
2026-05-21 23:57:25 +10:00
parent 098830c10b
commit 93ba86baf3
+22
View File
@@ -0,0 +1,22 @@
when:
- event: push
branch: master
steps:
- name: apply
image: git.unkin.net/unkin/almalinux9-opentofu:20260308
environment:
VAULT_AUTH_METHOD: kubernetes
commands:
- dnf install vault -y
- make apply
backend_options:
kubernetes:
serviceAccountName: terraform-vault
resources:
requests:
memory: 512Mi
cpu: 1
limits:
memory: 2Gi
cpu: 2