You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/01/18 20:45:14 UTC

[incubator-openwhisk-deploy-kube] branch master updated: update link to configurationChoices.md (#409)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 291c05a  update link to configurationChoices.md (#409)
291c05a is described below

commit 291c05ab3cf0dc8ad7903a8a35a2fcebbd86c525
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Jan 18 15:45:09 2019 -0500

    update link to configurationChoices.md (#409)
---
 docs/k8s-technical-requirements.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/k8s-technical-requirements.md b/docs/k8s-technical-requirements.md
index f19cc06..d538052 100644
--- a/docs/k8s-technical-requirements.md
+++ b/docs/k8s-technical-requirements.md
@@ -26,7 +26,7 @@ the following requirements:
 * The ability to create Ingresses to make a Kubernetes service
   available outside of the cluster so you can actually use OpenWhisk.
 * Unless you disable persistence (see
-  [docs/configurationChoices.md](./docs/configurationChoices.md)),
+  [configurationChoices.md](configurationChoices.md)),
   either your cluster must be configured to support [Dynamic Volume
   Provision](https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/)
   and you must have a DefaultStorageClass admission controller enabled