parent
44b14f25f7
commit
5b7c6eff7a
2 changed files with 8 additions and 3 deletions
|
@ -257,7 +257,7 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat
|
||||||
|
|
||||||
| chart.ref
|
| chart.ref
|
||||||
| object
|
| object
|
||||||
| `{"branch":"feat/imaginary"}`
|
| `{"branch":"main"}`
|
||||||
| for default set: null
|
| for default set: null
|
||||||
|
|
||||||
| chart.url
|
| chart.url
|
||||||
|
@ -315,6 +315,11 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat
|
||||||
| `"en"`
|
| `"en"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| default.maintenanceWindowStart
|
||||||
|
| int
|
||||||
|
| `1`
|
||||||
|
|
|
||||||
|
|
||||||
| default.phoneRegion
|
| default.phoneRegion
|
||||||
| string
|
| string
|
||||||
| `"GB"`
|
| `"GB"`
|
||||||
|
|
|
@ -202,8 +202,8 @@ spec:
|
||||||
nginx:
|
nginx:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
header:
|
headers:
|
||||||
hsts: "max-age=15768000; includeSubDomains; preload;"
|
"Strict-Transport-Security": "max-age=15768000; includeSubDomains; preload;"
|
||||||
|
|
||||||
imaginary:
|
imaginary:
|
||||||
enabled: {{ toYaml .Values.imaginary.enabled }}
|
enabled: {{ toYaml .Values.imaginary.enabled }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue