fix: wrong keys

This commit is contained in:
2026-04-23 19:45:41 -05:00
parent f1d383ed9a
commit fd8819a38b
4 changed files with 22 additions and 3 deletions

View File

@@ -13,5 +13,5 @@ spec:
data:
- secretKey: api-key
remoteRef:
key: /unifi/auth/cl01tl
key: /unifi/users/cl01tl
property: api-key

View File

@@ -21,5 +21,5 @@ spec:
property: user
- secretKey: password
remoteRef:
key: /cl01tl/jellystat/cconfig
key: /cl01tl/jellystat/config
property: password

View File

@@ -13,7 +13,7 @@ spec:
data:
- secretKey: ntfy_password
remoteRef:
key: / cl01tl/ntfy/users/cl01tl
key: /cl01tl/ntfy/users/cl01tl
property: password
---

View File

@@ -1,5 +1,24 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: vault-token
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: vault-token
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: token
remoteRef:
key: /cl01tl/vault/role/snapshot
property: root
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: vault-snapshot-agent-role
namespace: {{ .Release.Namespace }}