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
280 stars 24 forks source link

Fix <targetcluster.sh> whitespace #168

Closed carlostrr closed 1 year ago

carlostrr commented 1 year ago

Description

The target cluster setup script generates a sample \<Cluster> manifest. The manifest however, had a tab character, what is not allowed by the Yaml spec. This commit replaces such character with spaces.

How has this been tested?

By applying the manifest.

Checklist