20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
|
---
|
||
|
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 }}
|