Fix formatting issues introduced with #152

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-03-27 17:56:47 +02:00
parent 0dac0dbd95
commit 64585ba2b5
6 changed files with 7 additions and 7 deletions
@@ -7,7 +7,7 @@ Installed {{ .Chart.Name }}…
{{- if eq (.Values.tornjak.enabled | toString) "true" }}
### WARNING ###
### WARNING ###
This Tornjak is configured without authentication and it is intended for
testing only. Please do not use this version in production.
@@ -141,4 +141,4 @@ Create URL for accessing Tornjak Frontend
{{- define "tornjak.FrontendURL" -}}
{{- $feurl := print "http://localhost:3000" }}
{{- $feurl }}
{{- end }}
{{- end }}
@@ -58,4 +58,4 @@ spec:
port: 10000
targetPort: 10000
protocol: TCP
{{- end }}
{{- end }}
@@ -156,7 +156,7 @@ spec:
startupProbe:
httpGet:
scheme: HTTP
port: 3000
port: 3000
failureThreshold: 6
initialDelaySeconds: 60
periodSeconds: 30
@@ -165,7 +165,7 @@ spec:
env:
{{- if .Values.tornjak.config.frontend }}
- name: REACT_APP_API_SERVER_URI
value: {{ include "tornjak.apiURL" . | required "Either .Values.tornjak.config.backend.ingress or .Values.tornjak.config.frontend.apiServerURL is required." }}
value: {{ include "tornjak.apiURL" . | required "Either .Values.tornjak.config.backend.ingress or .Values.tornjak.config.frontend.apiServerURL is required." }}
{{- end }}
args:
- -c
@@ -20,4 +20,4 @@ data:
}
{{- end }}
}
{{- end }}
{{- end }}
+1 -1
View File
@@ -225,4 +225,4 @@ tornjak:
# dataStore - persistent DB for storing Tornjak specific information
dataStore:
driver: "sqlite3"
file: "/run/spire/data/tornjak.sqlite3"
file: "/run/spire/data/tornjak.sqlite3"