Files
netbird-kubernetes-operator/examples/ingress/values-kubernetes-operator.yaml
T
M. EssamandGitHub f1b131be7d Refactor uninstallation process (#74)
Docs PR: https://github.com/netbirdio/docs/pull/457

Changes:
* Split kubernetes-operator Chart to operator only chart
(kubernetes-operator) and configuration chart (netbird-operator-config)
* Remove delete validation webhooks for non-needed resources
* Allow abandoning Groups when still linked to a resource for over a
minute after deletion
* Fix duplciate Network Resource retrying heavily
* Fix SetupKey creation duplication
* Skip deleting routing peer since deleting network automatically
deletes it anyway
2025-11-25 20:36:17 +02:00

12 lines
363 B
YAML

#operator:
# image:
# tag: "0.1.0"
ingress:
enabled: true
netbirdAPI:
# Replace with valid NetBird Service Account token (PAT)
# https://docs.netbird.io/how-to/access-netbird-public-api#creating-an-access-token
#key: "nbp_m0LM9yZvDUzF8fpY20iChDOTxJgKFM3DIqmZ"
# Use keyFromSecret instead of plain text secret
keyFromSecret: "netbird-mgmt-api-key"