Skip to content

Commit

Permalink
add test for kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jan 28, 2024
1 parent 942574b commit aa1f41b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/kustomize-cinder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Kustomize GitHub Actions for Cinder

on:
- pull_request

jobs:
kustomize:
strategy:
matrix:
overlays:
- base
- aio

name: Kustomize
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: 'Kustomize Build'
uses: karancode/kustomize-github-action@master
with:
kustomize_version: 5.1.1
kustomize_build_dir: 'kustomize/cinder/${{ matrix.python-version }}'
kustomize_comment: true
kustomize_output_file: "gitops/rendered.yaml"
kustomize_build_options: "--load_restrictor none"
enable_alpha_plugins: true

0 comments on commit aa1f41b

Please sign in to comment.