feat: Add Plex
This commit is contained in:
parent
93889fa1d4
commit
ebc1a1a21a
9 changed files with 185 additions and 0 deletions
16
k8s-wheatley/plex/secrets.yaml
Normal file
16
k8s-wheatley/plex/secrets.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: plex-env-secrets
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-wheatley
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: plex-env-secrets
|
||||
data:
|
||||
- secretKey: PLEX_CLAIM
|
||||
remoteRef:
|
||||
key: secrets/managed/plex/env-secrets
|
||||
property: PLEX_CLAIM
|
||||
Loading…
Add table
Add a link
Reference in a new issue