We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefd2b1 commit ddbd246Copy full SHA for ddbd246
config/samples/runtime-config.yaml
@@ -7,6 +7,12 @@ spec:
7
replicas: 1
8
executor: containerd-shim-spin
9
runtimeConfig:
10
+ # loadFromSecret is the name of the secret to load runtime config from.
11
+ # The secret should have a single key named "runtime-config.toml" that contains the base64 encoded runtime config.
12
+ # If this is provided all other runtime config is ignored.
13
+ #
14
+ # loadFromSecret: runtimeconfig-secret
15
+
16
sqliteDatabases:
17
- name: "default"
18
type: "libsql"
0 commit comments