Skip to content

dipshit/kubeval

Actions
validate k8s files with kubeval
1.0
Latest
Star (1)

kubeval

GitHub action for validating k8s yaml & templates

Usage

This action runs in the kubeval container, it passes your input to params to kubeval.

If all your k8s yaml is in a folder called k8s, run it like this:

name: CI

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - uses: dipshit/kubeval@1.0
      with:
        params: 'k8s/*'

Example

I use this for my minecraft server, see another example use here.

dipshit/kubeval is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

validate k8s files with kubeval
1.0
Latest

dipshit/kubeval is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.