A lot of stuff
This commit is contained in:
@ -19,7 +19,7 @@ ext-database:
|
||||
templates:
|
||||
{{- range $key, $value := .Values.credentials }}
|
||||
- name: {{ $key }}
|
||||
template: {{ $value }}
|
||||
template: {{ $value | quote }}
|
||||
secret: true
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
@ -15,6 +15,6 @@ traefik:
|
||||
- match: {{ .match }}
|
||||
services:
|
||||
- name: {{ .service }}
|
||||
nativeLB: false
|
||||
nativeLB: true
|
||||
port: {{ .port }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user