@@ -19,14 +19,14 @@ This project is a proof of concept based on the [sigstore/model-transperency-cli
19
19
20
20
The controller can be installed in the ` model-validation-controller ` namespace via [ kustomize] ( https://kustomize.io/ ) .
21
21
``` bash
22
- kubectl apply -k https://raw.githubusercontent.com/miyunari /model-validation-controller /main/manifests
22
+ kubectl apply -k https://raw.githubusercontent.com/sigstore /model-validation-operator /main/manifests
23
23
# or local
24
24
kubectl apply -k manifests
25
25
```
26
26
27
27
Run delete to uninstall the controller.
28
28
``` bash
29
- kubectl delete -k https://raw.githubusercontent.com/miyunari /model-validation-controller /main/manifests
29
+ kubectl delete -k https://raw.githubusercontent.com/sigstore /model-validation-operator /main/manifests
30
30
# or local
31
31
kubectl delete -k manifests
32
32
```
@@ -84,7 +84,7 @@ metadata:
84
84
spec :
85
85
config :
86
86
sigstoreConfig :
87
- certificateIdentity : " https://github.com/miyunari /model-validation-controller /.github/workflows/sign-model.yaml@refs/tags/v0.0.2"
87
+ certificateIdentity : " https://github.com/sigstore /model-validation-operator /.github/workflows/sign-model.yaml@refs/tags/v0.0.2"
88
88
certificateOidcIssuer : " https://token.actions.githubusercontent.com"
89
89
model :
90
90
path : /data/tensorflow_saved_model
@@ -123,13 +123,13 @@ The example folder contains two files `prepare.yaml` and `signed.yaml`.
123
123
124
124
- prepare : contains a persistent volume claim and a job that downloads a signed test model.
125
125
` ` ` bash
126
- kubectl apply -f https://raw.githubusercontent.com/miyunari /model-validation-controller /main/examples/prepare.yaml
126
+ kubectl apply -f https://raw.githubusercontent.com/sigstore /model-validation-operator /main/examples/prepare.yaml
127
127
# or local
128
128
kubectl apply -f examples/prepare.yaml
129
129
` ` `
130
130
- signed : contains a model validation manifest for the validation of this model and a demo pod, which is provided with the appropriate label for validation.
131
131
` ` ` bash
132
- kubectl apply -f https://raw.githubusercontent.com/miyunari /model-validation-controller /main/examples/verify.yaml
132
+ kubectl apply -f https://raw.githubusercontent.com/sigstore /model-validation-operator /main/examples/verify.yaml
133
133
# or local
134
134
kubectl apply -f examples/verify.yaml
135
135
` ` `
0 commit comments