mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
fix: correct typos across codebase (#25959)
Signed-off-by: Ekene Chris <ekenechris53@gmail.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user