Skip to content

Commit

Permalink
update install directions
Browse files Browse the repository at this point in the history
Signed-off-by: Meredith Lancaster <[email protected]>
  • Loading branch information
malancas committed May 30, 2024
1 parent 1762a71 commit 30b79e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions charts/policy-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ The Helm chart for Policy Controller
Install `policy-controller` using Helm:

```shell
helm repo add sigstore https://sigstore.github.io/helm-charts
helm repo update
kubectl create namespace cosign-system
helm install policy-controller -n cosign-system sigstore/policy-controller --devel
helm install policy-controller oci://ghcr.io/github/helm-charts/policy-controller --create-namespace -n cosign-system --version 0.9.0-github1
```

The `policy-controller` enforce images matching the defined list of `ClusterImagePolicy` for the labeled namespaces.
Expand Down

0 comments on commit 30b79e4

Please sign in to comment.