浏览代码

Link to video was broken (#1680)

Signed-off-by: Sebastián Gómez <sebastiangomezcorrea@gmail.com>

Signed-off-by: Sebastián Gómez <sebastiangomezcorrea@gmail.com>
Sebastián Gómez 3 年之前
父节点
当前提交
5debee41ac
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/eso-blogs.md
  2. 1 1
      docs/eso-demos.md

+ 1 - 1
docs/eso-blogs.md

@@ -36,7 +36,7 @@ In this multi-articles series, Xavier writes about how to setup ESO with IBM Sec
 Tiexin Guo Writes about Kubernetes hardening in this series of blogs. He mentions ESO as one of the convenient options when dealing with secrets in Kubernetes, and how to use it with AWS Secret Manager using AWS credentials. [Kubernetes Hardening Tutorial Part 2: Network](https://blog.gitguardian.com/kubernetes-tutorial-part-2-network/)
 
 
-## [Tutorial: How to manage secrets in OpenShift using Vault and External Secrets Operator](https://youtu.be/PgiXKBTel1E)
+## [Tutorial: How to manage secrets in OpenShift using Vault and External Secrets Operator](https://youtu.be/N7njTq6TSx8)
 
 Balkrishna Pandey published a video tutorial and a [blog post](https://goglides.io/how-to-manage-secrets-in-openshift-using-vault-and-external-secrets/1164/) on integrating HashiCorp Vault and External Secret Operator (ESO) to manage application secrets on OpenShift Cluster. In this blog, he demonstrates the strength of the `ClusterSecretStore` functionality, a cluster scoped SecretStore and is global to the Cluster that all `ExternalSecrets` can reference from all namespaces.
 

+ 1 - 1
docs/eso-demos.md

@@ -24,7 +24,7 @@ This was an old demo going through an old version of ESO. Most of it is still va
 
 Balkrishna Pandey shows us here how to use ClusterSecretStore and how to integrate ESO with Hashicorp Vault on Openshift.
 
-[![How to manage secrets in OpenShift using Vault and External Secrets Operator](https://img.youtube.com/vi/PgiXKBTel1E/0.jpg)](https://www.youtube.com/watch?v=PgiXKBTel1E)
+[![How to manage secrets in OpenShift using Vault and External Secrets Operator](https://img.youtube.com/vi/N7njTq6TSx8/0.jpg)](https://www.youtube.com/watch?v=N7njTq6TSx8)
 
 
 ## Managing Sensitive Data in Kubernetes with Sealed Secrets and External Secrets Operator (ESO)