Skip to content

Commit

Permalink
docs: Temporary changes to blog links (#213)
Browse files Browse the repository at this point in the history
* Temporary changes to blog links

* Update node version in github actions to make build work
  • Loading branch information
fekete-robert authored Feb 15, 2024
1 parent 4d9a994 commit 2a27502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions content/docs/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Currently we don't publish blog posts on this site, just provide links to Bank-V
## Inject secrets into your pods in a continuous way
### By Andras Jaky

Vault Secrets Reloader provides an easily configurable Kubernetes Controller that can trigger a new rollout for watched workloads if a secret they use has an updated version in Vault, leaving the rest of the work to the Webhook. [Read more](https://techblog.cisco.com/blog/inject-secrets-into-your-pods-in-a-continuous-way)
Vault Secrets Reloader provides an easily configurable Kubernetes Controller that can trigger a new rollout for watched workloads if a secret they use has an updated version in Vault, leaving the rest of the work to the Webhook. <!-- [Read more](https://techblog.cisco.com/blog/inject-secrets-into-your-pods-in-a-continuous-way)-->[Read more](https://github.com/bank-vaults/vault-secrets-reloader/)

## Better secret management with Bank-Vaults Secret Sync
### By Ramiz Polic
Expand All @@ -17,4 +17,4 @@ This post shows you how to use different secret service providers using the new

## Banzai Cloud blog posts

The developers of Banzai Cloud wrote a lot about Bank-Vaults. Their posts are now available on the [Cisco Tech Blog](https://techblog.cisco.com/tags/bank-vaults).
The developers of Banzai Cloud wrote a lot about Bank-Vaults. Their posts are now available on the [Outshift by Cisco Blog](https://outshift.cisco.com/blog/topic/bank-vaults-).

0 comments on commit 2a27502

Please sign in to comment.