From dee0d7209e68d4047d912997aa62ddf19ad374e2 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 14 Jul 2022 16:49:43 -0400 Subject: [PATCH] docs: document directory app include/exclude fields Signed-off-by: CI --- docs/operator-manual/application.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/operator-manual/application.yaml b/docs/operator-manual/application.yaml index a61d02b8d35bf..538efb80faac7 100644 --- a/docs/operator-manual/application.yaml +++ b/docs/operator-manual/application.yaml @@ -92,6 +92,12 @@ spec: - code: false name: foo value: bar + # Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during + # manifest generation. This takes precedence over the `include` field. + exclude: string + # Include contains a glob pattern to match paths against that should be explicitly included during manifest + # generation. If this field is set, only matching manifests will be included. + include: string # plugin specific config plugin: