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

View File

@ -14,3 +14,12 @@ ext-database:
backup:
enable: false
cron: 0 0 * * *
{{- if .Values.credentials }}
credentials:
templates:
{{- range $key, $value := .Values.credentials }}
- name: {{ $key }}
template: {{ $value }}
secret: true
{{- end }}
{{- end }}