fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
398 stars 157 forks source link

Add `notation` verification provider to API #930

Closed stefanprodan closed 3 months ago

stefanprodan commented 3 months ago

Followup: https://github.com/fluxcd/source-controller/pull/1075

souleb commented 3 months ago

we should add a test for it in helmchart_template_test.go.

stefanprodan commented 3 months ago

we should add a test for it in helmchart_template_test.go

We do have a test for the verify fields, duplicating the current test and changing the string value would not do anything as the kubebuilder validation doesn't run, helmchart_template_test.go uses a mock client.