diff --git a/src/components/newt-install-commands.tsx b/src/components/newt-install-commands.tsx index 5a252f0d5..86acc492f 100644 --- a/src/components/newt-install-commands.tsx +++ b/src/components/newt-install-commands.tsx @@ -101,6 +101,7 @@ export function NewtSiteInstallCommands({ `helm install newt fossorial/newt \\ --create-namespace \\ --set newtInstances[0].name="main-tunnel" \\ + --set newtInstances[0].enabled=true \\ --set-string newtInstances[0].auth.keys.endpointKey="${endpoint}" \\ --set-string newtInstances[0].auth.keys.idKey="${id}" \\ --set-string newtInstances[0].auth.keys.secretKey="${secret}"` @@ -185,59 +186,68 @@ WantedBy=default.target` className="mt-4" /> -
- {t("siteConfiguration")} -
-+
{t("siteConfiguration")}
++ {t("siteAcceptClientConnectionsDescription")} +
+{t("commands")}
++ For more and up to date Kubernetes installation + information, see{" "} + - {t("siteAcceptClientConnectionsDescription")} -
-{t("commands")}
-- {title} -
- )} -+ {title} +
+ )} +