cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
233 stars 64 forks source link

Wrong labels in topologySpreadConstraints example in the Helm chart values #311

Open wallrj opened 4 months ago

wallrj commented 4 months ago

While working on https://github.com/cert-manager/approver-policy/pull/385 I noticed these new labels in the example are wrong. They are cert-manager labels.

https://github.com/cert-manager/trust-manager/blob/34bb21e768695b4503e8e831e99f5d5ffb53f441/deploy/charts/trust-manager/values.yaml#L137-L147

Check for other copy-paste errors when we fix this.

_Originally posted by @wallrj in https://github.com/cert-manager/trust-manager/pull/126#discussion_r1507340149_