You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: community-solid-server/values.yaml
+9-1
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,18 @@ config:
48
48
logLevel: info
49
49
## @param showStacktrace Enables detailed logging on error pages.
50
50
showStacktrace: false
51
-
51
+
## @param sparqlEndpoint URL of the SPARQL endpoints when using a quadstore-based configuration
52
+
sparqlEndpoint: ""
52
53
## @param baseUrlOverride From the helm config, an appropriate --baseUrl value will be passed to the community server. If however you wish to override this set this parameter appropriately.
53
54
baseUrlOverride: ""
54
55
56
+
## @param customParameters An array of `flag` `value` pairs to be added to the CSS cli command for custom parameters/overwrites.
57
+
customParameters: []
58
+
# - flag: --serverKey
59
+
# value: server.key
60
+
# - flag: --serverCert
61
+
# value: server.cert
62
+
55
63
## @section Persistence parameters
56
64
## Enable persistence using Persistent Volume Claims
0 commit comments