Skip to content

chore: synced file(s) with aiven/aiven-operator #73

chore: synced file(s) with aiven/aiven-operator

chore: synced file(s) with aiven/aiven-operator #73

Workflow file for this run

name: Test Charts
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.4.0
- uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/[email protected]
- name: Create kind cluster
uses: helm/[email protected]
- name: Install aiven-operator CRDs
run: helm install charts/aiven-operator-crds --generate-name
- name: Test aiven-operator chart
run: ct install --charts charts/aiven-operator