feat: add restic ExternalSecret for Prometheus basic auth

This commit is contained in:
2026-03-27 13:07:59 +00:00
parent f32bce7dfc
commit 0ef9452316
+22
View File
@@ -0,0 +1,22 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: restic-credentials
namespace: monitoring
spec:
refreshInterval: 1h
secretStoreRef:
name: bitwarden-login
kind: ClusterSecretStore
target:
name: restic-credentials
creationPolicy: Owner
data:
- secretKey: username
remoteRef:
key: cb04cb1b-1037-40d6-a187-b375015e7ef6
property: username
- secretKey: password
remoteRef:
key: cb04cb1b-1037-40d6-a187-b375015e7ef6
property: password