diff --git a/docs/server-admin-4.8/modules/ROOT/partials/installation/phase-3.adoc b/docs/server-admin-4.8/modules/ROOT/partials/installation/phase-3.adoc index 00016a921d..d24694c0f3 100644 --- a/docs/server-admin-4.8/modules/ROOT/partials/installation/phase-3.adoc +++ b/docs/server-admin-4.8/modules/ROOT/partials/installation/phase-3.adoc @@ -324,8 +324,15 @@ endif::env-gcp[] nomad: server: internal: false - serverHostname: + serverHostname: + + clients: + mTLS: + CACertificate: + certificate: + privateKey: ---- +.. If you externalize your Nomad servers then the following blocks should be removed from your `values.yaml`: `nomad.server.replicas`, `nomad.server.gossip` and `nomad.server.rpc`. .. Once the above is complete, you can skip ahead to <>.