You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@liminal.apache.org by na...@apache.org on 2022/12/11 22:54:57 UTC

[incubator-liminal] 01/01: fix k8s secret doc

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

naturalett pushed a commit to branch doc-fix-k8s-secrets
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git

commit c0f7e27a4039583ca5fafec20eb0155f04c36409
Author: lidor ettinger <li...@gmail.com>
AuthorDate: Mon Dec 12 00:54:49 2022 +0200

    fix k8s secret doc
---
 docs/README.md                         | 2 +-
 docs/liminal/kubernetes/secret_util.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 74165ff..db6cfdd 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -36,7 +36,7 @@ perform), application servers,  and more.
 
 ## Getting Started
 A simple hello world guide for Liminal can be found [here](getting-started/hello_world.md) \
-A more advanced example which demonstrates a simple data-science workflow can be found [here](getting-started/iris_classification.md
+A more advanced example which demonstrates a simple data-science workflow can be found [here](getting-started/iris_classification.md)
 
 ## Apache Liminal Documentation
 Full documentation of Apache Liminal can be found [here](liminal)
diff --git a/docs/liminal/kubernetes/secret_util.md b/docs/liminal/kubernetes/secret_util.md
index cf46531..bb3f579 100644
--- a/docs/liminal/kubernetes/secret_util.md
+++ b/docs/liminal/kubernetes/secret_util.md
@@ -40,7 +40,7 @@ task_defaults:
     executors: 2
     env_vars:
       AWS_CONFIG_FILE: "/secret/credentials"
-    secret_mount:
+    secrets:
       - secret: aws
         remote_path: "/secret"
 pipelines: