Skip to content

Commit

Permalink
docs: extend documentation (#216)
Browse files Browse the repository at this point in the history
* docs: add helm chart docs

Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>

* docs: add OpenSSF Best Practices badge

Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>

* docs: update helm chart readme

Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>

* feat: update helm docs

Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>

* fix: helm installation guide

Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>

* docs: fix helm readme template

Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>

---------

Signed-off-by: Ramiz Polić <ramiz.polic@hotmail.com>
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
  • Loading branch information
ramizpolic authored Nov 6, 2023
1 parent 195a2f8 commit cbff509
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 148 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ generate: ## Run generation jobs

.PHONY: generate-helm-docs
generate-helm-docs:
helm-docs -s file -c charts/ -t README.md.gotmpl
helm-docs -s file -c deploy/charts/ -t README.md.gotmpl

deps: bin/golangci-lint bin/licensei bin/kind bin/kurun bin/helm-docs
deps: ## Install dependencies
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bank-vaults/vault-secrets-webhook/ci.yaml?style=flat-square)](https://github.com/bank-vaults/vault-secrets-webhook/actions/workflows/ci.yaml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bank-vaults/vault-secrets-webhook/badge?style=flat-square)](https://api.securityscorecards.dev/projects/github.com/bank-vaults/vault-secrets-webhook)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7961/badge)](https://www.bestpractices.dev/projects/7961)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/vault-secrets-webhook)](https://artifacthub.io/packages/search?repo=vault-secrets-webhook)

**A Kubernetes mutating webhook that makes direct secret injection into Pods possible.**
Expand Down
Loading

0 comments on commit cbff509

Please sign in to comment.