mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
32 lines
719 B
YAML
32 lines
719 B
YAML
---
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: netbird-oauth
|
|
namespace: netbird
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault-backend
|
|
target:
|
|
name: netbird-oauth-secret
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: client-id
|
|
remoteRef:
|
|
key: netbird-oauth
|
|
property: client-id
|
|
- secretKey: client-secret
|
|
remoteRef:
|
|
key: netbird-oauth
|
|
property: client-secret
|
|
- secretKey: service-username
|
|
remoteRef:
|
|
key: netbird-oauth
|
|
property: service-username
|
|
- secretKey: service-password
|
|
remoteRef:
|
|
key: netbird-oauth
|
|
property: service-password
|