Skip to content

Commit 8435000

Browse files
committed
Update deployment namespace in test for service NodePort
1 parent 7c55420 commit 8435000

File tree

1 file changed

+1
-1
lines changed
  • rules/exposure-to-internet/test/failed_with_service_nodeport/input

1 file changed

+1
-1
lines changed

rules/exposure-to-internet/test/failed_with_service_nodeport/input/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: my-app
5-
namespace: default
5+
namespace: ns1
66
spec:
77
selector:
88
matchLabels:

0 commit comments

Comments
 (0)