fix: correct typos across codebase (#25959)

Signed-off-by: Ekene Chris <ekenechris53@gmail.com>
This commit is contained in:
Ekene Chris
2026-01-14 14:54:34 +01:00
committed by GitHub
parent c212bb77bd
commit bde6f667e1
11 changed files with 18 additions and 18 deletions

View File

@@ -704,7 +704,7 @@ func TestNullSecretData(t *testing.T) {
}
// TestRedactedSecretData tests we are able to perform diff on redacted secret data, which has
// invalid characters (*) for the the data byte array field.
// invalid characters (*) for the data byte array field.
func TestRedactedSecretData(t *testing.T) {
configUn := unmarshalFile("testdata/wordpress-config.json")
liveUn := unmarshalFile("testdata/wordpress-live.json")

View File

@@ -119,7 +119,7 @@ func (k *kubectlResourceOperations) runResourceCommand(ctx context.Context, obj
defer io.DeleteFile(manifestFile.Name())
var out []string
// rbac resouces are first applied with auth reconcile kubectl feature.
// rbac resources are first applied with auth reconcile kubectl feature.
if obj.GetAPIVersion() == "rbac.authorization.k8s.io/v1" {
outReconcile, err := k.rbacReconcile(ctx, obj, manifestFile.Name(), dryRunStrategy)
if err != nil {