Skip to content

chore(api): rename CertManagement webhook fields to generic names #689

chore(api): rename CertManagement webhook fields to generic names

chore(api): rename CertManagement webhook fields to generic names #689

Workflow file for this run

name: Unit and Integration Test - Helm
on:
- pull_request
- push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run Helm Unit Tests
run: make helm-unittest