Skip to content

Commit

Permalink
fix: namespace typo in sonarqube netpol
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Feb 2, 2024
1 parent b19c55e commit 50c5406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
protocol: TCP
source:
selector: app.kubernetes.io/name == 'traefik-public'
namespaceSelector: kubernetes.io/metadata.name == 'traefik-public'
namespaceSelector: kubernetes.io/metadata.name == 'traefik'
nets:
- 199.232.24.209
destination:
Expand Down

0 comments on commit 50c5406

Please sign in to comment.