undistro / zora

Zora is an open source solution that helps you achieve compliance with Kubernetes best practices recommended by industry-leading frameworks. By scanning your cluster with multiple plugins, Zora identifies potential issues, misconfigurations, and vulnerabilities.
https://getup.io/opensource/zora-oss
Apache License 2.0
278 stars 23 forks source link

agent mode support #227

Closed matheusfm closed 1 year ago

matheusfm commented 1 year ago

Description

these changes allow to use zora as an agent

How has this been tested?

helm upgrade --install zora charts/zora/ \
-n zora-system \
--create-namespace \
--wait \
--set clusterName="$(kubectl config current-context)" \
--set saas.workspaceID=$WORKSPACEID

Checklist