add very simplistic charts to easily deploy sm and vss
This commit is contained in:
15
charts/vault-static-secret/templates/vss.yaml
Normal file
15
charts/vault-static-secret/templates/vss.yaml
Normal 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 }}
|
||||
Reference in New Issue
Block a user