fix(netbird): clean up configuration

This commit is contained in:
Vegard Hagen
2025-01-10 21:34:06 +01:00
parent e658857bf8
commit ae355bb427
17 changed files with 68 additions and 99 deletions
@@ -11,10 +11,8 @@ configMapGenerator:
namespace: netbird
literals:
- AUTH_AUTHORITY="https://authelia.stonegarden.dev"
- AUTH_CLIENT_ID="netbird"
- AUTH_AUDIENCE="netbird"
- AUTH_USER_ID_CLAIM="preferred_username"
- AUTH_SUPPORTED_SCOPES="openid profile email offline_access netbird-api"
- AUTH_SUPPORTED_SCOPES="openid profile email"
- name: management-connection-config
namespace: netbird
literals:
@@ -33,4 +31,3 @@ resources:
- deployment.yaml
- svc.yaml
- pvc.yaml
- coturn-credentials.yaml