mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
Add openclarity
This commit is contained in:
parent
c66c651402
commit
5269bc1e2c
3 changed files with 957 additions and 0 deletions
30
infra/openclarity/templates/secret.yaml
Normal file
30
infra/openclarity/templates/secret.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue