mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
16 lines
321 B
YAML
16 lines
321 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: open-webui-secret
|
|
spec:
|
|
secretStoreRef:
|
|
name: vault
|
|
kind: ClusterSecretStore
|
|
target:
|
|
name: open-webui-secret
|
|
data:
|
|
- secretKey: OLLAMA_BASE_URL
|
|
remoteRef:
|
|
key: secrets/open-webui
|
|
property: OLLAMA_BASE_URL
|
|
|