-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
27 lines (25 loc) · 786 Bytes
/
Copy pathvalues.yaml
File metadata and controls
27 lines (25 loc) · 786 Bytes
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
# Workload namespaces to create cluster-wide. (cert-manager and
# ingress-nginx are created by their own Helm releases via the
# helmfile `createNamespace: true` default.)
namespaces:
- database
- cache
- fleet
# MySQL root + application credentials, replicated to every namespace that
# needs them (the database namespace for init-db, the fleet namespace for
# prepare-db and the Fleet server).
mysqlCredentials:
enabled: true
secretName: mysql-credentials
namespaces:
- database
- fleet
rootPassword: "fleet-root-pass"
userPassword: "fleet-pass"
# Fleet JWT auth key. Set `key` to pin; otherwise a random value is generated
# on first install and preserved on upgrades via `lookup`.
fleetJWT:
enabled: true
secretName: fleet
namespace: fleet
key: ""