Rename module to docker/attest-provider

We were still using the name from the template
This commit is contained in:
Jonny Stoten
2024-06-26 12:14:15 +01:00
parent 1ecfd083f3
commit 74bd930006
10 changed files with 19 additions and 19 deletions

View File

@@ -38,8 +38,8 @@ helm install gatekeeper/gatekeeper \
3. Build and deploy the external data provider.
```bash
git clone https://github.com/docker/attest-external-data-provider.git
cd attest-external-data-provider
git clone https://github.com/docker/attest-provider.git
cd attest-provider
# if you are not planning to establish mTLS between the provider and Gatekeeper,
# deploy the provider to a separate namespace. Otherwise, do not run the following command