Skip to content

[occm] add dnsPolicy feature #1232

[occm] add dnsPolicy feature

[occm] add dnsPolicy feature #1232

Workflow file for this run

name: Lint Charts
on:
pull_request:
paths:
- 'charts/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
- uses: actions/setup-python@v4
with:
python-version: '3.9'
check-latest: true
# see example https://github.com/helm/chart-testing-action
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
- name: Run chart-testing (lint)
run: ct lint --target-branch ${GITHUB_BASE_REF}