Files
homelab-v/k8s/infra/vpn/netbird/agent/kustomization.yaml
T
Vegard Hagen b605d48ec3 fix(netbird): update config after update
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]>
2025-08-05 21:05:34 +02:00

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