netbird: move authSecret out of git into k8s secret (netbird-relay-auth), render via init container
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: netbird-server-config
|
||||
namespace: netbird
|
||||
data:
|
||||
config.yaml: |
|
||||
config.yaml.tpl: |
|
||||
server:
|
||||
listenAddress: ":80"
|
||||
exposedAddress: "https://netbird.archfox.org:443"
|
||||
@@ -23,7 +23,7 @@ data:
|
||||
domains: []
|
||||
email: ""
|
||||
awsRoute53: false
|
||||
authSecret: "4bd2ecf3f8be38cd6e640d4eb5f844d8d73c094be7e036b7c6ce1e1b67396e1b"
|
||||
authSecret: "__AUTH_SECRET__"
|
||||
dataDir: "/var/lib/netbird/"
|
||||
disableAnonymousMetrics: false
|
||||
disableGeoliteUpdate: false
|
||||
|
||||
Reference in New Issue
Block a user