You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Krane is currently stateless and depends on the correct configuration supplied at the app start time. This includes the custom risk rules definitions which are currently expected to be present in a specific location on the filesystem.
The following should be considered:
Change example k8s manifests to show how custom risk rules could be loaded from K8s Configmap or PV.
Enable Graph persistence to disk via PV. Graph could be then used (at later stage!) to also persist UI choices, whitelists etc, instead of adding another database element to the mix.
The text was updated successfully, but these errors were encountered:
Krane is currently stateless and depends on the correct configuration supplied at the app start time. This includes the custom risk rules definitions which are currently expected to be present in a specific location on the filesystem.
The following should be considered:
Change example k8s manifests to show how custom risk rules could be loaded from K8s Configmap or PV.
Enable Graph persistence to disk via PV. Graph could be then used (at later stage!) to also persist UI choices, whitelists etc, instead of adding another database element to the mix.
The text was updated successfully, but these errors were encountered: