From da2cd9ca22be1271fe302a7f60fa4350d7269610 Mon Sep 17 00:00:00 2001 From: Dan Garthwaite Date: Thu, 1 Oct 2020 09:47:15 -0400 Subject: [PATCH] Add link to rancher/helm-controller to architecture doc --- content/k3s/latest/en/architecture/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/architecture/_index.md b/content/k3s/latest/en/architecture/_index.md index 106c2d460c8..485b32c27ff 100644 --- a/content/k3s/latest/en/architecture/_index.md +++ b/content/k3s/latest/en/architecture/_index.md @@ -56,4 +56,4 @@ A unique node ID can be appended to the hostname by launching K3s servers or age # Automatically Deployed Manifests -The [manifests](https://github.com/rancher/k3s/tree/master/manifests) located at the directory path `/var/lib/rancher/k3s/server/manifests` are bundled into the K3s binary at build time. \ No newline at end of file +The [manifests](https://github.com/rancher/k3s/tree/master/manifests) located at the directory path `/var/lib/rancher/k3s/server/manifests` are bundled into the K3s binary at build time. These will be installed at runtime by the [rancher/helm-controller](https://github.com/rancher/helm-controller#helm-controller)