From bb2e00cdef107df90b1291fb3b5f73d7fede05b0 Mon Sep 17 00:00:00 2001 From: ario0 <118843430+ario0@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:34:14 +0200 Subject: [PATCH 1/2] doc(cli): update argocd_app_diff Adding the fact that secrets are ignored by the diff (not really stated in the doc so far) Signed-off-by: ario0 <118843430+ario0@users.noreply.github.com> --- docs/user-guide/commands/argocd_app_diff.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/commands/argocd_app_diff.md b/docs/user-guide/commands/argocd_app_diff.md index 139584d4fead5..ed520e143d50f 100644 --- a/docs/user-guide/commands/argocd_app_diff.md +++ b/docs/user-guide/commands/argocd_app_diff.md @@ -6,9 +6,10 @@ Perform a diff against the target and live state. ### Synopsis -Perform a diff against the target and live state. +Perform a diff against the target and live state. Uses 'diff' to render the difference. KUBECTL_EXTERNAL_DIFF environment variable can be used to select your own diff tool. Returns the following exit codes: 2 on general errors, 1 when a diff is found, and 0 when no diff is found +Kubernetes Secrets are ignored from this diff. ``` argocd app diff APPNAME [flags] From f485308cd0790bcb200944849863358095481bea Mon Sep 17 00:00:00 2001 From: ario0 <118843430+ario0@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:37:50 +0200 Subject: [PATCH 2/2] doc: remove whitespace Signed-off-by: ario0 <118843430+ario0@users.noreply.github.com> --- docs/user-guide/commands/argocd_app_diff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/commands/argocd_app_diff.md b/docs/user-guide/commands/argocd_app_diff.md index ed520e143d50f..ea4d9fc66b83e 100644 --- a/docs/user-guide/commands/argocd_app_diff.md +++ b/docs/user-guide/commands/argocd_app_diff.md @@ -6,7 +6,7 @@ Perform a diff against the target and live state. ### Synopsis -Perform a diff against the target and live state. +Perform a diff against the target and live state. Uses 'diff' to render the difference. KUBECTL_EXTERNAL_DIFF environment variable can be used to select your own diff tool. Returns the following exit codes: 2 on general errors, 1 when a diff is found, and 0 when no diff is found Kubernetes Secrets are ignored from this diff.