Fixed netbirdAPI

Changelog: fixed
Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
GeorgeRaven
2026-01-13 01:16:18 +00:00
parent 7fbe2cc53a
commit d45b1050bb
2 changed files with 5 additions and 6 deletions

View File

@@ -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` | |

View File

@@ -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