Skip to content

Disable more Object Storage elements when objectStorage.enable is false #56

Disable more Object Storage elements when objectStorage.enable is false

Disable more Object Storage elements when objectStorage.enable is false #56

Workflow file for this run

---
name: Helm Unit Test
#
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
permissions: read-all # zizmor: ignore[excessive-permissions]
on: [push, pull_request]
jobs:
build:
name: Run helm lint over the chart
# It has to be 24.04 because -latest has a podman version that is too old
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run make helmlint
run: |
make helm-unittest