diff --git a/docs/installation/basic-install.md b/docs/installation/basic-install.md index 3ad9d3f0..cb17427e 100644 --- a/docs/installation/basic-install.md +++ b/docs/installation/basic-install.md @@ -81,7 +81,7 @@ spec: service_type: nodeport ``` -> It may make sense to create and specify your own secret key for your deployment so that if the k8s secret gets deleted, it can be re-created if needed. If it is not provided, one will be auto-generated, but cannot be recovered if lost. Read more [here](#secret-key-configuration). +> It may make sense to create and specify your own secret key for your deployment so that if the k8s secret gets deleted, it can be re-created if needed. If it is not provided, one will be auto-generated, but cannot be recovered if lost. Read more [here](../user-guide/admin-user-account-configuration.md#secret-key-configuration). If you are on Openshift, you can take advantage of Routes by specifying the following your spec. This will automatically create a Route for you with a custom hostname. This can be found on the Route section of the Openshift Console.