SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Ability to install karydia via gardener addon #226

Closed linuxbsdfreak closed 4 years ago

linuxbsdfreak commented 4 years ago

Description

When using Gardener as a platform. It would ideal to enable and disable installation of karydia as a addon

User Story

As a gardener shoot cluster administrator I want to setup karydia to be installed via and addon in order to make karydia configurable via the shoot yaml and also the reconciliation of the addon automatic.

[OPTIONAL] Implementation idea

 addons:
    karydia:
      enabled: true
      exclusionObjectLabels:
         - key: "app"
           values:
              - "karydia"
              - "flux"
              - "flux-helm-operator"
              - "flux-memcached"
              - "postgresql" 
Neumann-Nils commented 4 years ago

This is interconnected with #189.