telekom-mms / trivy-dojo-report-operator

This Kubernetes operator listens for vulnerability reports generated by the Trivy Operator and forwards them to Defect Dojo for further analysis and tracking.
GNU General Public License v3.0
13 stars 15 forks source link

Refactor chart templating by removing operator as an element #49

Closed szEvEz closed 8 months ago

szEvEz commented 10 months ago

I removed the layers

operator:
  trivyDojoReportOperator:
...

to align with other helm charts, and how they are able to configure, e.g. resources like in their values.yaml like

resources:
...

instead of

operator:
  trivyDojoReportOperator
    resources:
...

as I think those layers only make sense, if you're able to configure multiple applications within one helm chart