Skip to content

Improve instructions for setting up VM to debug MM setup manually #2324

Improve instructions for setting up VM to debug MM setup manually

Improve instructions for setting up VM to debug MM setup manually #2324

---
name: check-helm-chart
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing
run: make test-helm-lint
install-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/[email protected]
- name: Create kind cluster
uses: helm/[email protected]
- name: Run chart-testing
run: make test-helm-install