Remove a strnage file

This commit is contained in:
Nikolai Rodionov 2023-12-08 14:11:02 +01:00
parent a616f03d71
commit 94f81a9213
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

19
;wq
View File

@ -1,19 +0,0 @@
---
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 }}