fix: wrong keys
This commit is contained in:
@@ -13,5 +13,5 @@ spec:
|
||||
data:
|
||||
- secretKey: api-key
|
||||
remoteRef:
|
||||
key: /unifi/auth/cl01tl
|
||||
key: /unifi/users/cl01tl
|
||||
property: api-key
|
||||
|
||||
@@ -21,5 +21,5 @@ spec:
|
||||
property: user
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: /cl01tl/jellystat/cconfig
|
||||
key: /cl01tl/jellystat/config
|
||||
property: password
|
||||
|
||||
@@ -13,7 +13,7 @@ spec:
|
||||
data:
|
||||
- secretKey: ntfy_password
|
||||
remoteRef:
|
||||
key: / cl01tl/ntfy/users/cl01tl
|
||||
key: /cl01tl/ntfy/users/cl01tl
|
||||
property: password
|
||||
|
||||
---
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user