Skip to content

ability to setup host using own postgress and ability to set custom storageclass and size #37

ability to setup host using own postgress and ability to set custom storageclass and size

ability to setup host using own postgress and ability to set custom storageclass and size #37

Workflow file for this run

name: Lint Test Charts
on:
pull_request:
paths:
- 'charts/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run lint
uses: helm/chart-testing-action@v2.6.1
with:
command: lint
config: .github/verify-config.yaml