Skip to content

Implementing Operator downscaling functionality #2159

Implementing Operator downscaling functionality

Implementing Operator downscaling functionality #2159

Workflow file for this run

on: pull_request
name: Lint Helm Charts
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: helm v3 lint
run: docker run --rm --volume $GITHUB_WORKSPACE:/workspace --workdir /workspace alpine/helm:3.14.4 lint charts/humio-operator