diff --git a/docs/setup.md b/docs/setup.md index fdbfb3f..627c496 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -117,6 +117,7 @@ Create the `traefik-config.yaml` manifest with the following content: ```yaml # /var/lib/rancher/k3s/server/manifests/traefik-config.yaml +apiVersion: helm.cattle.io/v1 kind: HelmChartConfig metadata: name: traefik diff --git a/mkdocs.yml b/mkdocs.yml index 6d6b833..94c525b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,7 @@ nav: - submit_to_nemesis.md - troubleshooting.md - Developer: + - requirements_developer.md - development.md - new_connector.md - new_seatbelt_datatype_ingestion.md