mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# ExternalSecret for Netbird API token (used by API exporter)
|
||||
# Token is stored in Vault by scripts/setup-netbird-api-token.sh
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: netbird-api-token
|
||||
namespace: netbird
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault-backend
|
||||
target:
|
||||
name: netbird-api-token-secret
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: api-token
|
||||
remoteRef:
|
||||
key: netbird-api-token
|
||||
property: api-token
|
||||
Reference in New Issue
Block a user