Skip to content

feat(helm): add option to set resources for initHelper #47

feat(helm): add option to set resources for initHelper

feat(helm): add option to set resources for initHelper #47

Workflow file for this run

name: Helm Lint
on:
pull_request:
paths:
- 'charts/**'
jobs:
helm-lint:
name: helm lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint helm
run: |
set -e
helm lint charts/opensearch-operator/
helm lint charts/opensearch-cluster/