mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Default config moved with introduction of profiles in 0.52. config.json is now called default.json. Removed env-var for config and it resolves itself. Also re-enabled the sysctls after getting related error in log Signed-off-by: Vegard Hagen <[email protected]>
16 lines
379 B
YAML
16 lines
379 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
configMapGenerator:
|
|
- name: agent-config
|
|
namespace: netbird
|
|
literals:
|
|
- NB_HOSTNAME="talos-agent"
|
|
- NB_LOG_LEVEL="info"
|
|
- NB_MANAGEMENT_URL="https://netbird.stonegarden.dev"
|
|
- NB_ADMIN_URL="https://netbird.stonegarden.dev"
|
|
|
|
resources:
|
|
- agent-setup-key.yaml
|
|
- daemon-set.yaml
|