Skip to content

Commit

Permalink
Merge pull request #311 from openinfradev/opa-exporter
Browse files Browse the repository at this point in the history
opa-exporter: add exporter for opa
  • Loading branch information
ktkfree committed Apr 24, 2024
2 parents dcaca82 + 87d01b4 commit e14345a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,3 +1245,26 @@ spec:
s3:
enabled: true
buckets: [ ]
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: opa-exporter
name: opa-exporter
spec:
helmVersion: v3
chart:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: tks/opa-scorecard
version: 0.1.0
releaseName: opa-exporter
targetNamespace: taco-system
values:
gatekeeper:
namespace: gatekeeper-system
metrics:
podmonitor: true
servicemonitor:
enabled: true

0 comments on commit e14345a

Please sign in to comment.