A lot of changes that are hard to track

This commit is contained in:
2024-06-22 13:31:21 +02:00
committed by Nikolai Rodionov
parent 14dbe234ea
commit 60e57f3b45
28 changed files with 382 additions and 107 deletions

View File

@ -19,7 +19,7 @@ ext-database:
templates:
{{- range $key, $value := .Values.credentials }}
- name: {{ $key }}
template: {{ $value }}
template: {{ $value | quote }}
secret: true
{{- end }}
{{- end }}

View File

@ -17,4 +17,4 @@ traefik:
- name: {{ .service }}
nativeLB: true
port: {{ .port }}
{{- end }}
{{- end }}