fix: wrong keys
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 31s
lint-test-helm / validate-kubeconform (pull_request) Successful in 27s
render-manifests / render-manifests (pull_request) Successful in 57s

This commit is contained in:
2026-04-23 19:50:59 -05:00
parent fd8819a38b
commit 020a3b297d
4 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ ollama:
- name: WEBUI_SECRET_KEY - name: WEBUI_SECRET_KEY
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: ollama-key name: open-webui-key
key: key key: key
- name: DATABASE_URL - name: DATABASE_URL
valueFrom: valueFrom:

View File

@@ -55,5 +55,5 @@ spec:
data: data:
- secretKey: PAPERLESS_SOCIALACCOUNT_PROVIDERS - secretKey: PAPERLESS_SOCIALACCOUNT_PROVIDERS
remoteRef: remoteRef:
key: /authentik/oidc/paperless-ngx key: /cl01tl/authentik/oidc/paperless-ngx
property: PAPERLESS_SOCIALACCOUNT_PROVIDERS property: PAPERLESS_SOCIALACCOUNT_PROVIDERS

View File

@@ -193,11 +193,11 @@ spec:
data: data:
- secretKey: NTFY_TOKEN - secretKey: NTFY_TOKEN
remoteRef: remoteRef:
key: /ntfy/user/cl01tl key: /cl01tl/ntfy/users/cl01tl
property: token property: token
- secretKey: NTFY_ENDPOINT - secretKey: NTFY_ENDPOINT
remoteRef: remoteRef:
key: /ntfy/user/cl01tl key: /cl01tl/ntfy/users/cl01tl
property: endpoint property: endpoint
- secretKey: NTFY_TOPIC - secretKey: NTFY_TOPIC
remoteRef: remoteRef:

View File

@@ -14,7 +14,7 @@ spec:
- secretKey: SECRET - secretKey: SECRET
remoteRef: remoteRef:
key: /cl01tl/yamtrack/config key: /cl01tl/yamtrack/config
property: SECRET property: secret
--- ---
apiVersion: external-secrets.io/v1 apiVersion: external-secrets.io/v1