CertificateStore CRD namespace scoping confusion #1259
Closed
cmaclaughlin
started this conversation in
General
Replies: 1 comment
-
duplicate of #1269; closing |
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
-
As I was upgrading my team's sample to use Ratify v1.1.0 (from RC-4), I ran into some unexpected issues when applying a Cert Store with the inline provider.
The output of
kubectl logs -l app.kubernetes.io/name=ratify --namespace gatekeeper-system
out resembling:I tried numerous variations of both the Notation verifier CRD and the certificate store CRD but was not successful until I added
namespace: gatekeeper-system
to the metadata. And the only reason I guessed namespace needed to be added was because I noticed that, unlike the other CRDs, the certificate store definition is scoped to namespace and not cluster.kubectl delete verifiers.config.ratify.deislabs.io/verifier-notation
and thenkubectl apply -f $notation_verifier_yaml
or whatever would be a nice to have.Beta Was this translation helpful? Give feedback.
All reactions