From 2b7073e9293be229c7299f282d6ed41821202936 Mon Sep 17 00:00:00 2001 From: 205g0 <74575852+205g0@users.noreply.github.com> Date: Thu, 13 May 2021 06:35:24 +0200 Subject: [PATCH] Auto-deploying manifest lacks relevant info --- content/k3s/latest/en/advanced/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index a557e491fc4..4e24518222f 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -31,7 +31,7 @@ If the certificates are expired or have fewer than 90 days remaining before they # Auto-Deploying Manifests -Any file found in `/var/lib/rancher/k3s/server/manifests` will automatically be deployed to Kubernetes in a manner similar to `kubectl apply`. +Any file found in `/var/lib/rancher/k3s/server/manifests` will automatically be deployed to Kubernetes in a manner similar to `kubectl apply`, also file changes. Be aware that file deletions are being ignored and you do need to do this manually. For information about deploying Helm charts, refer to the section about [Helm.](../helm)