Skip to content

Bug 2233674: core: operator skips reconcile of mons and osds in debug #522

Bug 2233674: core: operator skips reconcile of mons and osds in debug

Bug 2233674: core: operator skips reconcile of mons and osds in debug #522

Workflow file for this run

# Reference https://github.com/helm/chart-testing-action/tree/master#example-workflow
name: Lint Charts
on:
push:
tags:
- v*
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.6.2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --charts=./deploy/charts/rook-ceph --validate-yaml=false --validate-maintainers=false