Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat authored Jun 13, 2024
1 parent f386c31 commit d5853e5
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
on: [push]
on: push

jobs:
validate_job:
validate:
name: Validate Kustomize with Monokle
runs-on: ubuntu-latest
name: Validate Monokle resources
steps:
- name: Validate
id: validate
uses: kubeshop/monokle-action@v0.1.0
- id: checkout
uses: actions/checkout@master
- id: bake
uses: azure/k8s-bake@v2.2
with:
milliseconds: "350"
renderEngine: "kustomize"
kustomizationPath: "./kustomize-happy-cms/overlays/local"
- id: validate
uses: kubeshop/monokle-action@v0.3.3
with:
path: ${{ steps.bake.outputs.manifestsBundle }}

0 comments on commit d5853e5

Please sign in to comment.