Skip to content

Commit 2e46680

Browse files
author
Martin Jackson
committed
Update template
1 parent c9187c3 commit 2e46680

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

values-secret.yaml.template

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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 }

0 commit comments

Comments
 (0)