mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Fixed netbirdAPI
Changelog: fixed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -22,9 +22,8 @@ A Helm chart for Kubernetes
|
||||
| environment.mode | string | `"production"` | |
|
||||
| environment.name | string | `"unknown"` | |
|
||||
| environment.revision | string | `"main"` | |
|
||||
| netbird-operator.keyFromSecret.key | string | `"setupKey"` | |
|
||||
| netbird-operator.keyFromSecret.name | string | `"netbird"` | |
|
||||
| netbird-operator.managementURL | string | `"https://netbird.deepcypher.me:443"` | |
|
||||
| netbird-operator.netbirdAPI | string | `nil` | |
|
||||
| netbird-operator.netbirdAPI.keyFromSecret.key | string | `"setupKey"` | |
|
||||
| netbird-operator.netbirdAPI.keyFromSecret.name | string | `"netbird"` | |
|
||||
| netbird-operator.operator.replicaCount | int | `2` | |
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
netbird-operator:
|
||||
managementURL: "https://netbird.deepcypher.me:443"
|
||||
netbirdAPI:
|
||||
keyFromSecret:
|
||||
name: netbird
|
||||
key: setupKey
|
||||
keyFromSecret:
|
||||
name: netbird
|
||||
key: setupKey
|
||||
operator:
|
||||
replicaCount: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user