diff --git a/clusters/cl01tl/helm/ollama/values.yaml b/clusters/cl01tl/helm/ollama/values.yaml index 65d1c0c6d..c66c10786 100644 --- a/clusters/cl01tl/helm/ollama/values.yaml +++ b/clusters/cl01tl/helm/ollama/values.yaml @@ -127,7 +127,7 @@ ollama: - name: WEBUI_SECRET_KEY valueFrom: secretKeyRef: - name: ollama-key + name: open-webui-key key: key - name: DATABASE_URL valueFrom: diff --git a/clusters/cl01tl/helm/paperless-ngx/templates/external-secret.yaml b/clusters/cl01tl/helm/paperless-ngx/templates/external-secret.yaml index ce61d84f8..180b2cbad 100644 --- a/clusters/cl01tl/helm/paperless-ngx/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/paperless-ngx/templates/external-secret.yaml @@ -55,5 +55,5 @@ spec: data: - secretKey: PAPERLESS_SOCIALACCOUNT_PROVIDERS remoteRef: - key: /authentik/oidc/paperless-ngx + key: /cl01tl/authentik/oidc/paperless-ngx property: PAPERLESS_SOCIALACCOUNT_PROVIDERS diff --git a/clusters/cl01tl/helm/vault/templates/external-secret.yaml b/clusters/cl01tl/helm/vault/templates/external-secret.yaml index edb91b254..b086d8f92 100644 --- a/clusters/cl01tl/helm/vault/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/vault/templates/external-secret.yaml @@ -193,11 +193,11 @@ spec: data: - secretKey: NTFY_TOKEN remoteRef: - key: /ntfy/user/cl01tl + key: /cl01tl/ntfy/users/cl01tl property: token - secretKey: NTFY_ENDPOINT remoteRef: - key: /ntfy/user/cl01tl + key: /cl01tl/ntfy/users/cl01tl property: endpoint - secretKey: NTFY_TOPIC remoteRef: diff --git a/clusters/cl01tl/helm/yamtrack/templates/external-secret.yaml b/clusters/cl01tl/helm/yamtrack/templates/external-secret.yaml index 6dff59587..2aff52563 100644 --- a/clusters/cl01tl/helm/yamtrack/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/yamtrack/templates/external-secret.yaml @@ -14,7 +14,7 @@ spec: - secretKey: SECRET remoteRef: key: /cl01tl/yamtrack/config - property: SECRET + property: secret --- apiVersion: external-secrets.io/v1