Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 9, 2024
1 parent 6379860 commit 7e2d2b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/blog-app/authorization-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ spec:
rules:
- from:
- source:
principals: ["cluster.local/ns/blog-app/sa/reviews"]
principals:
- "cluster.local/ns/blog-app/sa/reviews"
---
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
Expand Down

0 comments on commit 7e2d2b5

Please sign in to comment.