Is there a way to do exclude on specific image repo ? #2687
Replies: 1 comment
-
Closing since this has been open for awhile. If you have questions still, please ask on the Sigstore cosign slack channel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
I traying to deploy Cosing by helm in my cluster and enable it on all of my namespaces by label.
I need to exclude one of the images in my pod (istio) that was set up by TAG and not by SHA.
Currently i can't convert the tag to SHA in the pods istio containers.
The error that i get is:
**Error creating: admission webhook "cosigned.sigstore.dev" denied the request: validation failed: invalid value: ***********.dkr.ecr.eu-west-1.amazonaws.com/containers.istio.tetratelabs.com/proxyv2:1.13.5-tetratefips-v0 must be an image digest: spec.containers[1].image, spec.initContainers[0].image
Is there a way that can I exclude the image repo and tag?
Beta Was this translation helpful? Give feedback.
All reactions