-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
125 lines (119 loc) · 3.27 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Global Settings
global:
email: [email protected]
admingroup: [email protected]
basedomain: test-infra.ouzi.io
gcloud:
project: ouzidev-testinfra-252513
github:
org: ouzi-dev
bot:
username: ouzibot
# Cert-Manager settings
certmanager:
svcaccount:
credstash:
key: prow-cert-manager-svc-account-key
# table: credential-store
# version: "0000000000000000001"
# Oauth2 Proxy Settings
oauthproxy:
clientid:
credstash:
key: prow-cluster-github-oauth-client-id
# table: credential-store
# version: "0000000000000000001"
clientsecret:
credstash:
key: prow-cluster-github-oauth-client-secret
# table: credential-store
# version: "0000000000000000001"
cookiesecret:
credstash:
key: prow-cluster-github-oauth-cookie-secret
# table: credential-store
# version: "0000000000000000001"
# Credstash Operator that will allow you to fetch secrets from Credstash
credstashoperator:
instances:
system:
aws:
region: eu-west-2
accessid: "1234567890"
secretaccesskey: topsecret
# GKE PreEmptible Killer Settings
gkepreemptiblekiller:
svcaccount:
credstash:
key: prow-gke-preemptible-killer-svc-account-key
# table: credential-store
# version: "0000000000000000001"
# Prow Settings
prow:
prowbucketname: ouzidev-testinfra-252513-prow-artefacts
gcs:
svcaccount:
credstash:
key: prow-bucket-svc-account-key
# table: credential-store
# version: "0000000000000000001"
slack:
token:
credstash:
key: ouzibot_slack_legacytoken
# table: credential-store
# version: "0000000000000000001"
github:
token:
credstash:
key: github_bot_personal_access_token_prow
# table: credential-store
# version: "0000000000000000001"
sshkey:
credstash:
key: github_bot_ssh_private_key
# table: credential-store
# version: "0000000000000000001"
oauthconfig:
credstash:
key: prow-oauth-config
# table: credential-store
# version: "0000000000000000001"
# Build Secrets
buildsecrets:
credstashsecrets:
- name: gcs-credentials
keys:
- name: service-account.json
key: prow-bucket-svc-account-key
# table: credential-store
# version: "0000000000000000001"
- name: github-ssh-key
keys:
- name: key
key: github_bot_ssh_private_key
# table: credential-store
# version: "0000000000000000001"
- name: github-token
keys:
- name: oauth
key: github_bot_personal_access_token_prow
# table: credential-store
# version: "0000000000000000001"
- name: ouzi-bot-dockerconfig
type: kubernetes.io/dockerconfigjson
keys:
- name: .dockerconfigjson
key: quay_bot_dockerconfig
# table: credential-store
# version: "0000000000000000001"
- name: aws-ouzi-creds
keys:
- name: access_key_id
key: prow-aws-access-key-id
# table: credential-store
# version: "0000000000000000001"
- name: secret_access_key
key: prow-aws-secret-access-key
# table: credential-store
# version: "0000000000000000001"