forked from validatedpatterns/industrial-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-secret.yaml.template
47 lines (44 loc) · 1.26 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
version: "2.0"
#main:
# git:
# Normally valuesDirectoryURL is auto-calculated by the install chart
#
# People actively working on the pattern might like to specify an alternate
# location so that they don't accidentally commit theire cluster details to
# the main branch
#
# Beware that ArgoCD often requires additional help to refelect any changes to
# the file located here
#
# valuesDirectoryURL: https://github.com/beekhof/patterns/raw/main
secrets:
- name: imageregistry
fields:
# eg. Quay -> Robot Accounts -> Robot Login
- name: username
onMissingValue: prompt
value: null
prompt: "Insert Quay Username"
- name: password
onMissingValue: prompt
value: null
prompt: "Insert Quay Password"
- name: git
fields:
# Go to: https://github.com/settings/tokens
- name: username
onMissingValue: prompt
value: null
prompt: "Insert Github Username"
- name: password
onMissingValue: prompt
value: null
prompt: "Insert Github Password"
- name: aws
fields:
- name: aws_access_key_id
ini_file: ~/.aws/credentials
ini_key: aws_access_key_id
- name: aws_secret_access_key
ini_file: ~/.aws/credentials
ini_key: aws_secret_access_key