Skip to content

Commit

Permalink
Fixed typo for the 'keys' ConfigMap name (#1085)
Browse files Browse the repository at this point in the history
* Fixed typo for the 'keys' ConfigMap name

Signed-off-by: Min Khant Zaw <[email protected]>
Signed-off-by: minkzaw <[email protected]>

* Update artifact hub readme and hash

Signed-off-by: minkzaw <[email protected]>

---------

Signed-off-by: Min Khant Zaw <[email protected]>
Signed-off-by: minkzaw <[email protected]>
  • Loading branch information
minkzaw authored Jul 27, 2024
1 parent 5bfc1aa commit 035fb4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions other/verify-image-with-multi-keys/artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ keywords:
- kyverno
- Software Supply Chain Security
readme: |
There may be multiple keys used to sign images based on the parties involved in the creation process. This image verification policy requires the named image be signed by two separate keys. It will search for a global "production" key in a ConfigMap called `key` in the `default` Namespace and also a Namespace key in the same ConfigMap.
There may be multiple keys used to sign images based on the parties involved in the creation process. This image verification policy requires the named image be signed by two separate keys. It will search for a global "production" key in a ConfigMap called `keys` in the `default` Namespace and also a Namespace key in the same ConfigMap.
Refer to the documentation for more details on Kyverno annotations: https://artifacthub.io/docs/topics/annotations/kyverno/
annotations:
kyverno/category: "Software Supply Chain Security"
kyverno/kubernetesVersion: "1.23"
kyverno/subject: "Pod"
digest: 14cc8946fcc7d3141270826f036b28226c88c5d8e93ba475b1523e90512a281b
digest: 512b32c2d9e2bcf48907258ca01ff675efb4ed0d1967351ad161e50b20512d56
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
the parties involved in the creation process. This image
verification policy requires the named image be signed by
two separate keys. It will search for a global "production"
key in a ConfigMap called `key` in the `default` Namespace
key in a ConfigMap called `keys` in the `default` Namespace
and also a Namespace key in the same ConfigMap.
spec:
validationFailureAction: enforce
Expand All @@ -42,4 +42,4 @@ spec:
- keys:
publicKeys: "{{ keys.data.production }}"
- keys:
publicKeys: "{{ keys.data.{{request.namespace}} }}"
publicKeys: "{{ keys.data.{{request.namespace}} }}"

0 comments on commit 035fb4e

Please sign in to comment.