rename open-webui aplication/namespace
This commit is contained in:
26
cluster/applications/open-webui/externalsecret.yaml
Normal file
26
cluster/applications/open-webui/externalsecret.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: body-wars-credentials
|
||||
namespace: open-webui
|
||||
annotations:
|
||||
# Sync priority: ExternalSecret fetches from 1Password before other resources deploy
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: onepassword-connect
|
||||
target:
|
||||
name: body-wars-secret
|
||||
creationPolicy: Owner
|
||||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
vllm-api-key: "{{ .vllm_api_key }}"
|
||||
data:
|
||||
# vLLM API key from 1Password (mk-labs vault, vllm item, api-key field)
|
||||
- secretKey: vllm_api_key
|
||||
remoteRef:
|
||||
key: vllm
|
||||
property: api-key
|
||||
Reference in New Issue
Block a user