From fd9ff44842dd31b2863e93612652af2dd6742aa8 Mon Sep 17 00:00:00 2001 From: Sebastian Preisner Date: Wed, 29 Jul 2026 11:43:20 +0200 Subject: [PATCH] helm: say "changed" instead of "retuned" in the policy comments codespell reads "retuned" as a misspelling of "returned" and fails the spelling job. Co-Authored-By: Claude Opus 5 (1M context) --- k8s/charts/seaweedfs/templates/shared/networkpolicy.yaml | 2 +- k8s/charts/seaweedfs/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/charts/seaweedfs/templates/shared/networkpolicy.yaml b/k8s/charts/seaweedfs/templates/shared/networkpolicy.yaml index b6a18e75d..ed7a75387 100644 --- a/k8s/charts/seaweedfs/templates/shared/networkpolicy.yaml +++ b/k8s/charts/seaweedfs/templates/shared/networkpolicy.yaml @@ -6,7 +6,7 @@ {{- /* One entry per rendered workload, keyed by its app.kubernetes.io/component label. "ports" is everything the workload listens on, taken from the same - values the containerPorts are taken from, so a retuned port cannot drift + values the containerPorts are taken from, so a changed port cannot drift out of the policy. "apiserver" marks the workloads that talk to the Kubernetes API. */}} {{- $targets := list }} diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index ef97bca9c..65e8e3161 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/k8s/charts/seaweedfs/values.yaml @@ -1821,7 +1821,7 @@ networkPolicy: # One policy is rendered per component, selecting its pods by the standard # app.kubernetes.io/{name,instance,component} labels. Each policy admits # traffic from any pod of this release, on the ports that component listens - # on - the same values the containerPorts are taken from, so retuning a port + # on - the same values the containerPorts are taken from, so changing a port # does not leave the policy behind. Everything else is denied. # # Traffic from outside the release has to be added here. Rules are plain