mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
f1b27dc366
commit
7f8883c2bc
3 changed files with 51 additions and 1 deletions
23
dmz/searxng/templates/secret.yaml
Normal file
23
dmz/searxng/templates/secret.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: searxng-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: searxng-secret
|
||||
data:
|
||||
- secretKey: SEARXNG_SECRET
|
||||
remoteRef:
|
||||
key: kv/searxng
|
||||
property: searxng-secret
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: vault
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue