ability to setup host using own postgress and ability to set custom storageclass and size #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |