GitHub Action to apply Kubernetes manifests.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/kubectl@v1
with:
config: ${{ secrets.KUBE_CONFIG }}
args: get all
Kubeconfig in base64 encoded format
The namespace to add to the command
All arguments to append to kubectl
Optional content to be piped into kubectl
None
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2022 Thomas Boerger <[email protected]>