add database extension

issue: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/issues/86
This commit is contained in:
RNRod
2023-07-26 21:06:07 +02:00
parent 177e7dcb9d
commit 5501b4cc07
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
database:
templates:
- |
---
apiVersion: kinda.rocks/v1beta1
kind: Database
metadata:
name: "{{ .Values.name }}"
spec:
secretName: "{{ .Values.name }}-creds"
instance: "{{ .Values.instance }}"
deletionProtected: false
backup:
enable: false
cron: 0 0 * * *