forked from anchore/kubernetes-admission-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold-values-file.yaml
42 lines (38 loc) · 1005 Bytes
/
skaffold-values-file.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Values for skaffold testing during dev of the controller
logVerbosity: 8
requestAnalysis: true
credentialsSecret: testcreds
anchoreEndpoint: "http://anchore-anchore-engine-api.anchore.svc.cluster.local:8228"
policySelectors:
- Selector:
ResourceType: namespace
SelectorKeyRegex: Name
SelectorValueRegex: testns
PolicyReference:
Username: admin
PolicyBundleId: bundle1
Mode: policy
- Selector:
ResourceType: resource
SelectorKeyRegex: stage
SelectorValueRegex: testing
PolicyReference:
Username: admin
PolicyBUndleId: bundle2
Mode: policy
- Selector:
ResourceType: image
SelectorKeyRegex: .*
SelectorValueRegex: ^alpine.*
PolicyReference:
Username: admin
PolicyBundleId: bundle2
Mode: policy
- Selector:
ResourceType: image
SelectorKeyRegex: .*
SelectorValueRegex: .*
PolicyReference:
Username: admin
PolicyBundleId: bundle2
Mode: analysis