sigstore / helm-charts

Helm charts for sigstore project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosigned Helm Chart Docs Improperly Use Label/Annotation Interchangeably

MarkVLK opened this issue · comments

Cosigned Helm Chart Docs Improperly Use Label/Annotation Interchangeably

In the docs the words "annotation" and "label" are used interchangeably, but are two different constructs in Kubernetes.

From testing, it appears as though to enable the cosigned admission webhook, you need to add cosigned.sigstore.dev/include: "true" as a label, not as an annotation.

@MarkVLK You are right. @MarkVLK could you open a PR ?