mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Update folder location
This commit is contained in:
parent
dc324a2d8b
commit
c39f20e371
170 changed files with 8461 additions and 25 deletions
43
master/durpot/templates/secrets.yaml
Normal file
43
master/durpot/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: durpot-secert
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: durpot-secret
|
||||
data:
|
||||
- secretKey: OPENAI_API_KEY
|
||||
remoteRef:
|
||||
key: secrets/durpot/openai
|
||||
property: OPENAI_API_KEY
|
||||
- secretKey: BOTPREFIX
|
||||
remoteRef:
|
||||
key: secrets/durpot/discord
|
||||
property: BOTPREFIX
|
||||
- secretKey: ChannelID
|
||||
remoteRef:
|
||||
key: secrets/durpot/discord
|
||||
property: ChannelID
|
||||
- secretKey: TOKEN
|
||||
remoteRef:
|
||||
key: secrets/durpot/discord
|
||||
property: TOKEN
|
||||
- secretKey: ClientID
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: ClientID
|
||||
- secretKey: Password
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: Password
|
||||
- secretKey: TokenURL
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: TokenURL
|
||||
- secretKey: Username
|
||||
remoteRef:
|
||||
key: secrets/durpot/auth
|
||||
property: Username
|
||||
Loading…
Add table
Add a link
Reference in a new issue