-
Notifications
You must be signed in to change notification settings - Fork 7
/
values-secret.yaml.template
57 lines (53 loc) · 1.37 KB
/
values-secret.yaml.template
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
version: "2.0"
# Ideally you NEVER COMMIT THESE VALUES TO GIT (although if all passwords are automatically generated inside
# the vault this should not really matter)
secrets:
- name: config-demo
vaultPrefixes:
- global
fields:
- name: secret
onMissingValue: generate
vaultPolicy: validatedPatternDefaultPolicy
- name: rhpam
vaultPrefixes:
- global
fields:
- name: rhpam_api_passwd
value: kieserver
- name: sso_siteadmin_password
value: r3dh4t1!
- name: kie_admin_password
value: admin
- name: kieserver_user_password
value: kieserver
- name: psql_passwd
value: rhpam
- name: sepsis-detection
vaultPrefixes:
- global
fields:
- name: rhpam_api_passwd
value: kieserver
# If you use clusterPools you will need to uncomment the following lines
#- name: aws
# fields:
# - name: aws_access_key_id
# ini_file: ~/.aws/credentials
# ini_section: default
# ini_key: aws_access_key_id
# - name: aws_secret_access_key
# ini_file: ~/.aws/credentials
# ini_key: aws_secret_access_key
#- name: publickey
# fields:
# - name: content
# path: ~/.ssh/id_rsa.pub
#- name: privatekey
# fields:
# - name: content
# path: ~/.ssh/id_rsa
#- name: openshiftPullSecret
# fields:
# - name: content
# path: ~/.pullsecret.json