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

Avoid updating scans schedule on helm upgrades when not explicitly set #251

Closed matheusfm closed 5 months ago

matheusfm commented 5 months ago

Description

These changes avoid updates scans schedule on helm upgrades, when schedules are not set.

How has this been tested?

These changes can be tested with helm template --dry-run=server or helm upgrade --install commands in clusters without Zora installed and clusters with Zora already installed.

Checklist