Skip to content

Add option to enable pprof endpoints #27

Add option to enable pprof endpoints

Add option to enable pprof endpoints #27

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/