Skip to content

🐛 Fix Pod spec toleration when the spec is a template #349

🐛 Fix Pod spec toleration when the spec is a template

🐛 Fix Pod spec toleration when the spec is a template #349

name: Deferred Actions
on:
pull_request:
branches:
- main
- v3-major-release
paths:
- "manifest/**/*.go"
- 'kubernetes/**/*.go'
- "go.mod"
workflow_dispatch:
inputs:
terraformVersion:
description: Terraform version
default: v1.12.0-alpha20250312
jobs:
acceptance_tests:
if: ${{ github.repository_owner == 'hashicorp' }}
runs-on: custom-linux-medium
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.mod'
- name: Run Tests
env:
TF_ACC: 1
TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || 'v1.12.0-alpha20250312' }}
run: |
go test -v -run '^TestAccKubernetesDeferredActions' ./kubernetes/test-dfa