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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 62629ec  Add IBM Cloud deployment guide (#11473)
62629ec is described below

commit 62629eceab754216a5813ecaf29f461a07afbbbc
Author: Tony Klin <[email protected]>
AuthorDate: Thu Oct 29 05:01:39 2020 +0000

    Add IBM Cloud deployment guide (#11473)
---
 docs/src/pages/resources.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/src/pages/resources.tsx b/docs/src/pages/resources.tsx
index 92a1c07..cdb749c 100644
--- a/docs/src/pages/resources.tsx
+++ b/docs/src/pages/resources.tsx
@@ -60,6 +60,10 @@ const installationLinks = [
     'Build Apache Superset from source',
     
'https://hackernoon.com/a-better-guide-to-build-apache-superset-from-source-6f2ki32n0',
   ],
+  [
+    'Installing Apache Superset on IBM Kubernetes Cluster',
+    'https://aklin.github.io/guides/kubernetes/2020/10/05/ibm-superset-guide/',
+  ],
 ];
 
 const youtubeVideos = [

Reply via email to