Add example steps (#10)

This commit is contained in:
Misha Bragin
2025-03-06 15:32:17 +01:00
committed by GitHub
parent b8b268e2f9
commit f147b33665
3 changed files with 38 additions and 16 deletions
+13 -6
View File
@@ -1,12 +1,19 @@
#operator:
# image:
# tag: "0.1.0"
ingress:
enabled: true
router:
enabled: true
policies:
default:
name: Kubernetes Default Policy
sourceGroups:
- All
# policies:
# default:
# name: Kubernetes Default Policy
# sourceGroups:
# - All
netbirdAPI:
key: "nbp_m0LM9ZZvDUzFO0pY50iChDOTxJgKFM3DIqmZ" # Replace with valid NetBird Service Account token
# 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"