Skip to content

Add labels, annotations, and priorityClassName for operator pod to chart #56

Add labels, annotations, and priorityClassName for operator pod to chart

Add labels, annotations, and priorityClassName for operator pod to chart #56

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/