File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ # NEVER COMMIT THESE VALUES TO GIT
3+ version: "2.0"
4+ secrets:
5+ # This is to make the secrets available to spoke clusters
6+ - name: vm-ssh
7+ vaultPrefixes:
8+ - global
9+ fields:
10+ - name: username
11+ value: 'Username of user to attach privatekey and publickey to - cloud-user is a typical value'
12+
13+ - name: privatekey
14+ value: 'Private ssh key of the user who will be able to elevate to root to provision kiosks'
15+
16+ - name: publickey
17+ value: 'Public ssh key of the user who will be able to elevate to root to provision kiosks'
18+
19+ # This is to make the secrets available to spoke clusters
20+ - name: cloud-init
21+ vaultPrefixes:
22+ - global
23+ fields:
24+ - name: userData
25+ value: |-
26+ #cloud-config
27+ user: 'username of user for console, probably cloud-user'
28+ password: 'a suitable password to use on the console'
29+ chpasswd: { expire: False }
You can’t perform that action at this time.
0 commit comments