Files
infrastructure/clusters/cl01tl/helm/ollama/templates/external-secret.yaml
2026-04-23 17:26:26 -05:00

42 lines
973 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: open-webui-key
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: open-webui-key
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: key
remoteRef:
key: /cl01tl/ollama/open-webui/key
property: key
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: open-webui-oidc-authentik
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: open-webui-oidc-authentik
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: client
remoteRef:
key: /cl01tl/authentik/oidc/open-webui
property: client
- secretKey: secret
remoteRef:
key: /cl01tl/authentik/oidc/open-webui
property: secret