From 047e5e9d05521976fb59d9a65f1eb541ae539384 Mon Sep 17 00:00:00 2001 From: "kevin.xu" Date: Thu, 2 Nov 2017 05:12:28 -0500 Subject: [PATCH] Update kubernetes_deployment.md --- docs/kubernetes_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes_deployment.md b/docs/kubernetes_deployment.md index 463ace58a..b7e5dfb5c 100644 --- a/docs/kubernetes_deployment.md +++ b/docs/kubernetes_deployment.md @@ -166,5 +166,5 @@ After the pods are running, you can access Harbor's UI via the configured endpoi ####Limitation 1. Current deployment is http only, to enable https you need to either add another layer of proxy or modify the nginx.cm.yaml to enable https and include a correct certificate -2. Current deployment does not include Clair and Notary, which are supported in docker-compose deployment. They will be supported in near futuer, stay tuned. +2. Current deployment does not include Clair and Notary, which are supported in docker-compose deployment. They will be supported in near future, stay tuned.