Skip to content

Commit

Permalink
Merge pull request #22 from appdevgbb/sg-local-dev
Browse files Browse the repository at this point in the history
Fixed ratify helm repo URL
  • Loading branch information
swgriffith authored Jun 19, 2024
2 parents ac4a6d5 + cd6cce3 commit 8ab19d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_posts/2023-11-09-part2-aks-image-verification.md
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ helm install gatekeeper/gatekeeper \
export VAULT_URI=$(az keyvault show --name ${AKV_NAME} --resource-group ${RG} --query "properties.vaultUri" -otsv)

# Install Ratify
helm repo add ratify https://deislabs.github.io/ratify
helm repo add ratify https://ratify-project.github.io/ratify

helm install ratify \
ratify/ratify --atomic \
@@ -117,10 +117,10 @@ Now that gatekeeper and ratify are running, lets apply a new constraint and poli

```bash
# Create the gatekeeper policy template
kubectl apply -f ratify-policy-template.yaml
kubectl apply -f https://raw.githubusercontent.com/swgriffith/azure-guides/master/image-signing/ratify-policy-template.yaml

# Apply the policy with a gatekeeper constraint
kubectl apply -f ratify-policy-constraint.yaml
kubectl apply -f https://raw.githubusercontent.com/swgriffith/azure-guides/master/image-signing/ratify-policy-constraint.yaml
```

## Test the policy!

0 comments on commit 8ab19d8

Please sign in to comment.