Skip to content

fix: fix mounting etcd existing secret (#48) #56

fix: fix mounting etcd existing secret (#48)

fix: fix mounting etcd existing secret (#48) #56

Workflow file for this run

name: Test Charts
on:
pull_request:
push:
branches:
- main
merge_group:
branches:
- main
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v4
- name: Install helm-unittests
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git
- name: Run Unit Tests
run: |
make test