From 6fcec12536497a08dbb1be9bb03c9f8ac22f972d Mon Sep 17 00:00:00 2001 From: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:46:02 -0400 Subject: [PATCH 1/2] Update application.yaml Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --- docs/operator-manual/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/operator-manual/application.yaml b/docs/operator-manual/application.yaml index 26baa8e9e1771..5d9cb6b1579bd 100644 --- a/docs/operator-manual/application.yaml +++ b/docs/operator-manual/application.yaml @@ -218,6 +218,9 @@ spec: kind: "*" managedFieldsManagers: - kube-controller-manager + # Name and namespace are optional. They must match exactly, these are not glob patterns. + name: my-deployment + namespace: my-namespace # RevisionHistoryLimit limits the number of items kept in the application's revision history, which is used for # informational purposes as well as for rollbacks to previous versions. This should only be changed in exceptional From 1b65c01dae2080776cb260cf483a834652429b55 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:47:01 -0400 Subject: [PATCH 2/2] Update docs/operator-manual/application.yaml Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --- docs/operator-manual/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/application.yaml b/docs/operator-manual/application.yaml index 5d9cb6b1579bd..a3359fc66011e 100644 --- a/docs/operator-manual/application.yaml +++ b/docs/operator-manual/application.yaml @@ -218,7 +218,7 @@ spec: kind: "*" managedFieldsManagers: - kube-controller-manager - # Name and namespace are optional. They must match exactly, these are not glob patterns. + # Name and namespace are optional. If specified, they must match exactly, these are not glob patterns. name: my-deployment namespace: my-namespace