File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
manifests/examples/testing/scenarios/namespaced Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : agents.contrastsecurity.com/v1beta1
2+ kind : AgentInjector
3+ metadata :
4+ name : injection-nodejs-protect
5+ spec :
6+ enabled : true
7+ type : nodejs
8+ selector :
9+ labels :
10+ - name : app
11+ value : injection-nodejs-protect
12+ image :
13+ pullPolicy : Never
14+ connection :
15+ name : testing-agent-connection
16+ configuration :
17+ name : testing-agent-configuration
18+ ---
19+ apiVersion : apps/v1
20+ kind : Deployment
21+ metadata :
22+ name : injection-nodejs-protect
23+ labels :
24+ app : injection-nodejs-protect
25+ spec :
26+ replicas : 1
27+ selector :
28+ matchLabels :
29+ app : injection-nodejs-protect
30+ strategy :
31+ type : Recreate
32+ template :
33+ metadata :
34+ labels :
35+ app : injection-nodejs-protect
36+ spec :
37+ containers :
38+ - image : k8s.gcr.io/pause:3.3
39+ name : pause
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ resources:
1414 - ./injection-java.yaml
1515 - ./injection-javatooloptions.yaml
1616 - ./injection-nodejs.yaml
17+ - ./injection-nodejs-protect.yaml
1718 - ./injection-php.yaml
1819 - ./missing-deps.yaml
1920 - ./multiple-images.yaml
You can’t perform that action at this time.
0 commit comments