Skip to content

Commit

Permalink
Merge pull request #1053 from ademariag/nexenio/overhaul-vault-pr
Browse files Browse the repository at this point in the history
Nexenio/overhaul vault pr
  • Loading branch information
ademariag committed Oct 1, 2023
2 parents 2ee977b + 2f5744a commit 3d3052a
Show file tree
Hide file tree
Showing 17 changed files with 1,533 additions and 1,074 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
runs-on: ubuntu-latest
if: success() || failure() # Continue running if other jobs fail
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]

Expand Down
3 changes: 2 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Compiled echo-server (0.14s)
## Other installation methods

### Docker

[![Releases](https://img.shields.io/github/release/kapicorp/kapitan.svg)](https://github.com/kapicorp/kapitan/releases)

!!! success "recommended"
Expand Down Expand Up @@ -142,4 +143,4 @@ Compiled echo-server (0.14s)

```shell
sudo pip3 install --upgrade kapitan
```
```
3 changes: 2 additions & 1 deletion docs/pages/blog/2023-08-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Dependency keda: saved to system/sources/charts/keda/keda/2.11.2/2.11.2
Rendered inventory (1.87s)
Compiled keda (2.09s)
```

!!! note "`kapitan compile` breakdown"

* `--fetch` tells kapitan to fetch the chart if it is not found locally
Expand Down Expand Up @@ -225,4 +226,4 @@ index 2662bf3..9306c3a 100644
## Summary

With this tutorial have explored some capabilities of Kapitan to manage and perform changes to helm charts.
Next tutorial will show how to make use of Keda and deploy a generator for Keda resources
Next tutorial will show how to make use of Keda and deploy a generator for Keda resources
Loading

0 comments on commit 3d3052a

Please sign in to comment.