Skip to content

Commit f90008f

Browse files
authored
Add counter to default scanners config (canada-ca#2991)
1 parent ca71d22 commit f90008f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- counter-deployment.yaml

scanners/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Kustomization
33
resources:
44
- ./nats
55
- ./arangodb
6+
- ./counter
67
- ./dns-scanner
78
- ./dns-processor
89
- ./tls-scanner

0 commit comments

Comments
 (0)