Skip to content

Commit

Permalink
Fix: typo in network policy name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljurecko committed Jun 21, 2024
1 parent 836c2d9 commit 11e0a64
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: stream-api
name: stream-http-source
namespace: $NAMESPACE
labels:
app: stream-api
app: stream-http-source
releaseId: $RELEASE_ID
spec:
podSelector:
matchLabels:
app: stream-api
app: stream-http-source
policyTypes:
- Ingress
ingress:
Expand Down

0 comments on commit 11e0a64

Please sign in to comment.