diff --git a/docs/retries.md b/docs/retries.md index 7f3ccec878c6..548121fcedbe 100644 --- a/docs/retries.md +++ b/docs/retries.md @@ -55,7 +55,7 @@ flowchart LR onfailureNoExpr[OnFailure] onfailure[OnFailure AND Expression] version(Workflows version) - version-->|3.4 or ealier|onfailure + version-->|3.4 or earlier|onfailure always[Only Expression matters] version-->|3.5 or later|always ``` diff --git a/examples/workflow-count-resourcequota.yaml b/examples/workflow-count-resourcequota.yaml index 827e6e6f0c59..d138dc0b427f 100644 --- a/examples/workflow-count-resourcequota.yaml +++ b/examples/workflow-count-resourcequota.yaml @@ -17,7 +17,7 @@ metadata: <= v3.1 you can configure a global limit to the total number of running workflows in the cluster. This is suitable for single-tenancy set-up. - For multi-tenancy set-up, where each tenant own a single namespace, then in >= v3.1 you can globaly configure a + For multi-tenancy set-up, where each tenant owns a single namespace, then in >= v3.1 you can globally configure a limit for the total number of running workflows within each namespace. spec: hard: diff --git a/manifests/quick-start-minimal.yaml b/manifests/quick-start-minimal.yaml index 96c67e50c1e8..be718d5116f0 100644 --- a/manifests/quick-start-minimal.yaml +++ b/manifests/quick-start-minimal.yaml @@ -1000,7 +1000,7 @@ kind: Role metadata: annotations: workflows.argoproj.io/description: | - Recomended minimum permissions for the `emissary` executor. + Recommended minimum permissions for the `emissary` executor. name: executor rules: - apiGroups: diff --git a/manifests/quick-start-mysql.yaml b/manifests/quick-start-mysql.yaml index fb8401e7f198..6618b9b23d96 100644 --- a/manifests/quick-start-mysql.yaml +++ b/manifests/quick-start-mysql.yaml @@ -1000,7 +1000,7 @@ kind: Role metadata: annotations: workflows.argoproj.io/description: | - Recomended minimum permissions for the `emissary` executor. + Recommended minimum permissions for the `emissary` executor. name: executor rules: - apiGroups: diff --git a/manifests/quick-start-postgres.yaml b/manifests/quick-start-postgres.yaml index 3b9ddb547096..0f7b46b96d3c 100644 --- a/manifests/quick-start-postgres.yaml +++ b/manifests/quick-start-postgres.yaml @@ -1000,7 +1000,7 @@ kind: Role metadata: annotations: workflows.argoproj.io/description: | - Recomended minimum permissions for the `emissary` executor. + Recommended minimum permissions for the `emissary` executor. name: executor rules: - apiGroups: diff --git a/manifests/quick-start/base/executor/docker/executor-role.yaml b/manifests/quick-start/base/executor/docker/executor-role.yaml index fd4349b59161..de671fcd8814 100644 --- a/manifests/quick-start/base/executor/docker/executor-role.yaml +++ b/manifests/quick-start/base/executor/docker/executor-role.yaml @@ -6,7 +6,7 @@ metadata: workflows.argoproj.io/description: | Recommended minimum permissions for the `docker` executor. - This executor is superseded by the `emmisary` executor, so we do not recommend you use it anymore. + This executor is superseded by the `emissary` executor, so we do not recommend you use it anymore. workflows.argoproj.io/version: "< 3.4.0" rules: - apiGroups: diff --git a/manifests/quick-start/base/executor/emissary/executor-role.yaml b/manifests/quick-start/base/executor/emissary/executor-role.yaml index df92fbc93726..55016b4d36d6 100644 --- a/manifests/quick-start/base/executor/emissary/executor-role.yaml +++ b/manifests/quick-start/base/executor/emissary/executor-role.yaml @@ -4,7 +4,7 @@ metadata: name: executor annotations: workflows.argoproj.io/description: | - Recomended minimum permissions for the `emissary` executor. + Recommended minimum permissions for the `emissary` executor. rules: - apiGroups: - argoproj.io diff --git a/manifests/quick-start/base/executor/k8sapi/executor-role.yaml b/manifests/quick-start/base/executor/k8sapi/executor-role.yaml index 7685a1445b74..ec7c8c7e21b2 100644 --- a/manifests/quick-start/base/executor/k8sapi/executor-role.yaml +++ b/manifests/quick-start/base/executor/k8sapi/executor-role.yaml @@ -6,7 +6,7 @@ metadata: workflows.argoproj.io/description: | Recommended minimum permissions for `k8siapi` executor. - This executor is superseded by the `emmisary` executor, so we do not recommend you use it anymore. + This executor is superseded by the `emissary` executor, so we do not recommend you use it anymore. workflows.argoproj.io/version: "< 3.4.0" rules: - apiGroups: diff --git a/manifests/quick-start/base/executor/kubelet/executor-role.yaml b/manifests/quick-start/base/executor/kubelet/executor-role.yaml index 341b298c3d9c..fc288050cf19 100644 --- a/manifests/quick-start/base/executor/kubelet/executor-role.yaml +++ b/manifests/quick-start/base/executor/kubelet/executor-role.yaml @@ -6,7 +6,7 @@ metadata: workflows.argoproj.io/description: | Recommended minimum permissions for `kubelet` executor. - This executor is superseded by the `emmisary` executor, so we do not recommend you use it anymore. + This executor is superseded by the `emissary` executor, so we do not recommend you use it anymore. workflows.argoproj.io/version: "< 3.4.0" rules: - apiGroups: diff --git a/manifests/quick-start/base/executor/pns/executor-role.yaml b/manifests/quick-start/base/executor/pns/executor-role.yaml index ea5d7a4d1e13..f85830bd49cd 100644 --- a/manifests/quick-start/base/executor/pns/executor-role.yaml +++ b/manifests/quick-start/base/executor/pns/executor-role.yaml @@ -4,7 +4,7 @@ metadata: name: executor annotations: workflows.argoproj.io/description: | - Recomended minimum permissions for `pns` executor. + Recommended minimum permissions for `pns` executor. workflows.argoproj.io/version: "< 3.4.0" rules: - apiGroups: diff --git a/test/e2e/functional/retry-with-artifacts.yaml b/test/e2e/functional/retry-with-artifacts.yaml index 376d362d7afd..beb36f1ac430 100644 --- a/test/e2e/functional/retry-with-artifacts.yaml +++ b/test/e2e/functional/retry-with-artifacts.yaml @@ -1,4 +1,4 @@ -# Verifies that retries with artifacts will propogate artifacts +# Verifies that retries with artifacts will propagate artifacts apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: diff --git a/test/e2e/smoke/runasnonroot-output-params-pipeline.yaml b/test/e2e/smoke/runasnonroot-output-params-pipeline.yaml index d748cbd2fb73..49bd9e300ae2 100644 --- a/test/e2e/smoke/runasnonroot-output-params-pipeline.yaml +++ b/test/e2e/smoke/runasnonroot-output-params-pipeline.yaml @@ -16,7 +16,7 @@ spec: - test test - /tmp/output-param.txt # Accessing output parameters requires special permissions for the - # executor. Presense of an output parameter here will test that these + # executor. Presence of an output parameter here will test that these # permissions are granted. outputs: parameters: