Skip to content

Commit

Permalink
Remove unneeded section about testing netpol in curvenote readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 8, 2023
1 parent 5fc3591 commit 4042775
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions terraform/aws/curvenote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,3 @@ All access to the Kubernetes cluster is managed using [GitHub OIDC](https://docs

AWS secret tokens are not required.
AWS API access for BinderHub components, for example to ECR, is managed using [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html).

## Testing network policies

```
git clone https://github.com/jupyterhub/action-k3s-helm
helm upgrade --install netpol -ntest --create-namespace ./action-k3s-helm/test-netpol-enforcement/
helm test -ntest netpol
helm delete -ntest netpol
```

0 comments on commit 4042775

Please sign in to comment.