Skip to content

Add support for the VenafiConnection CRD so that users can start using the Workload Identity Federation authentication ("secretless") #368

Add support for the VenafiConnection CRD so that users can start using the Workload Identity Federation authentication ("secretless")

Add support for the VenafiConnection CRD so that users can start using the Workload Identity Federation authentication ("secretless") #368

Workflow file for this run

name: Chart Testing
on:
push:
branches-ignore:
- master
pull_request:
branches:
- "*"
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: d3adb5/helm-unittest-action@v2
with:
flags: "--color --strict"
helm-version: v3.12.3
# This has to be second as helm may not be installed until after above action
# source: https://github.com/marketplace/actions/helm-unit-tests#examples
- run: helm lint deploy/charts/jetstack-agent
- run: helm lint deploy/charts/venafi-kubernetes-agent