GitHub Action to build manifests based on Kustomize.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/kustomize@v1
with:
version: 4.4.0
Override all kustomize arguments
Optional path to write output into
Switch into this directory before execution
Print a stack-trace on error
Enable Kustomize alpha plugins
Enable support for exec functions
Enable Helm inflator generator
Inject app.kubernetes.io/managed-by labels
Enable support for starlark functions
Override load restrictions
Reorder resources before output
Path to read, defaults to current directory
Print messages directly, defaults to true
Use a specific version of Kustomize
Use a specific version of Helm
Use a specific version of Ksops
Private GnuPG key for KSOPS integration
Generated manifest for Kubernetes
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2021 Thomas Boerger <[email protected]>