add very simplistic charts to easily deploy sm and vss

This commit is contained in:
2025-05-16 22:07:14 +02:00
parent e117238c0d
commit 51bf1fa110
6 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{{- range .Values.secrets }}
---
apiVersion: secrets.hashicorp.com/v1beta1
kind: VaultStaticSecret
metadata:
name: {{ .name }}
spec:
type: kv-v2
mount: {{ $.Values.mount }}
path: {{ .path }}
destination:
name: {{ .name }}
create: true
refreshAfter: {{ .refreshAfter | default "30s" }}
{{- end }}