Skip to content

Update kube-apiserver runtime-config flags #223

Update kube-apiserver runtime-config flags

Update kube-apiserver runtime-config flags #223

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
terraform:
name: fmt
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.11.1
- name: fmt
run: terraform fmt -check -diff -recursive