Skip to content

remove templating from CRD #32

remove templating from CRD

remove templating from CRD #32

Workflow file for this run

name: Test chart
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name blobbot-helm
git config user.email blobbot-helm@github.com
- name: Test
run: make chart-test