-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
63 lines (57 loc) · 1.28 KB
/
values.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
50
51
52
53
54
55
56
57
58
59
60
61
62
rekor:
server:
ingress:
className: ""
annotations:
route.openshift.io/termination: "edge"
hosts:
# replace with cluster domain
- host: rekor.<replace with cluster domain>
path: /
fulcio:
namespace:
name: fulcio-system
create: false
createcerts:
enabled: false
server:
secret: fulcio-secret-rh
ingress:
http:
annotations:
route.openshift.io/termination: "edge"
className: ""
hosts:
# replace with cluster domain
- host: fulcio.<replace with cluster-domain>
path: /
config:
contents:
OIDCIssuers:
# replace
? https://rh-oidc.s3.us-east-1.amazonaws.com/.....
: IssuerURL: https://rh-oidc.s3.us-east-1.amazonaws.com/.......
ClientID: sigstore
Type: kubernetes
tuf:
secrets:
fulcio:
name: fulcio-secret-rh
enabled: true
ingress:
className: ""
annotations:
route.openshift.io/termination: "edge"
http:
hosts:
# replace with cluster domain
- host: tuf.<replae with cluster-domain>
path: /
ctlog:
enabled: true
createctconfig:
logPrefix: sigstorescaffolding
backoffLimit: 30
copySecretJob:
enabled: true
backoffLimit: 1000