-
Notifications
You must be signed in to change notification settings - Fork 27
/
skaffold-values-file.yaml
49 lines (44 loc) · 1.04 KB
/
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
43
44
45
46
47
48
49
# Values for skaffold testing during dev of the controller
logVerbosity: 8
requestAnalysis: true
# Use an existing secret
#credentialsSecret: testcreds
#
credentials:
users:
- username: admin
password: foobar
anchoreEndpoint: "http://host.docker.internal: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: analysis
- Selector:
ResourceType: image
SelectorKeyRegex: .*
SelectorValueRegex: .*
PolicyReference:
Username: admin
PolicyBundleId: bundle2
Mode: breakglass