Skip to content

Support projected volumes as additionalVolumes #25

Support projected volumes as additionalVolumes

Support projected volumes as additionalVolumes #25

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/