mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
24 lines
513 B
YAML
24 lines
513 B
YAML
---
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: rancher-oauth
|
|
namespace: cattle-system
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault-backend
|
|
target:
|
|
name: rancher-oauth-secret
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: client-id
|
|
remoteRef:
|
|
key: secret/rancher-oauth
|
|
property: client-id
|
|
- secretKey: client-secret
|
|
remoteRef:
|
|
key: secret/rancher-oauth
|
|
property: client-secret
|