Skip to content

Initialize the eap81 Helm Chart #191

Initialize the eap81 Helm Chart

Initialize the eap81 Helm Chart #191

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: File Validation
on: [push, pull_request]
jobs:
validate-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate schema and examples
uses: stefanprodan/kube-tools@v1
with:
command: |
shopt -s globstar
echo "Check JSON schema"
cat charts/eap81/values.schema.json | jq > /dev/null