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