Update content/k3s/latest/en/advanced/_index.md

Co-authored-by: Brad Davidson <brad@oatmail.org>
This commit is contained in:
Jen Travinski
2021-09-28 11:56:17 -04:00
committed by GitHub
co-authored by Brad Davidson
parent 2b7073e929
commit 0868467127
+1 -1
View File
@@ -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`, also file changes. Be aware that file deletions are being ignored and you do need to do this manually.
Any file found in `/var/lib/rancher/k3s/server/manifests` will automatically be deployed to Kubernetes in a manner similar to `kubectl apply`, both on startup and when the file is changed on disk. Deleting files out of this directory will not delete the corresponding resources from the cluster.
For information about deploying Helm charts, refer to the section about [Helm.](../helm)