mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
firefly-iii - quote values to handle special characters (#2198)
* firefly-iii - quote values to handle special characters * importer too
This commit is contained in:
@@ -3,7 +3,7 @@ description: Firefly III is a personal finances manager
|
||||
annotations:
|
||||
title: Firefly III
|
||||
type: application
|
||||
version: 1.1.16
|
||||
version: 1.1.17
|
||||
apiVersion: v2
|
||||
appVersion: 6.1.9
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -29,7 +29,7 @@ workload:
|
||||
envList:
|
||||
{{ range $env := . }}
|
||||
- name: {{ $env.name }}
|
||||
value: {{ $env.value }}
|
||||
value: {{ $env.value | quote }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
probes:
|
||||
|
||||
@@ -28,7 +28,7 @@ workload:
|
||||
envList:
|
||||
{{ range $env := . }}
|
||||
- name: {{ $env.name }}
|
||||
value: {{ $env.value }}
|
||||
value: {{ $env.value | quote }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
probes:
|
||||
|
||||
Reference in New Issue
Block a user