Re-install woodpecker

This commit is contained in:
Nikolai Rodionov
2023-12-08 14:10:32 +01:00
parent 30b59f6daa
commit a616f03d71
5 changed files with 44 additions and 4 deletions

19
;wq Normal file
View File

@ -0,0 +1,19 @@
---
ext-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 * * *
{{ if .Values.templates }}
check: check
{{- end }}