Add openclarity

This commit is contained in:
2025-03-31 05:23:01 -05:00
parent c66c651402
commit 5269bc1e2c
3 changed files with 957 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: vault
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: openclarity-postgres-secret
spec:
secretStoreRef:
name: vault
kind: ClusterSecretStore
target:
name: openclarity-postgres-secret
data:
- secretKey: username
remoteRef:
key: kv/openclarity/postgres
property: username
- secretKey: password
remoteRef:
key: kv/openclarity/postgres
property: password
- secretKey: database
remoteRef:
key: kv/openclarity/postgres
property: database