From 10ed9caa708756888feb2bd18a695f7579be3d14 Mon Sep 17 00:00:00 2001 From: Surya Date: Thu, 13 Oct 2022 14:17:59 +0100 Subject: [PATCH] Update flux-e2e.md Signed-off-by: Surya --- content/en/flux/flux-e2e.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/flux/flux-e2e.md b/content/en/flux/flux-e2e.md index 0dffd12d0..355b088f2 100644 --- a/content/en/flux/flux-e2e.md +++ b/content/en/flux/flux-e2e.md @@ -408,8 +408,9 @@ before being cancelled or timing out. So the theoretical maximum time for Kustom each of Apply, and Health Checking both take fully up to the maximum allowed time. The Kustomize Controller applies resource manifests to match the order in which they were rendered by the kustomize `build` call. It therefore applies any -custom resource definition (CRD), namespace, or cluster-scoped resources before their subordinate custom resource or namespace-scoped resources so that they -will be available in the API for the resources that refer to or use them. +custom resource definition (CRD), namespace, or cluster-scoped resources before their subordinate custom resource or namespace-scoped resources so that they will be available in the API for the resources that refer to or use them. + +Kustomize controller applies resource manifests that are present in `.yaml` or `.yml`, all other extensions are ignored by the kustomize controller. ### Helm Controller reconciles HelmRelease resources