3876fa818d
ci/woodpecker/push/apply Pipeline was successful
Bump almalinux9 image tags to 20260606 Reviewed-on: #72 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
22 lines
455 B
YAML
22 lines
455 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: plan
|
|
image: git.unkin.net/unkin/almalinux9-opentofu:20260606
|
|
environment:
|
|
VAULT_AUTH_METHOD: kubernetes
|
|
commands:
|
|
- dnf install vault -y
|
|
- make plan
|
|
backend_options:
|
|
kubernetes:
|
|
serviceAccountName: terraform-vault
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 1
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 2
|