Skip to content

Commit ddbd246

Browse files
committed
docs(samples): add loadFromSecret config to runtime-config.yaml
Signed-off-by: Vaughn Dice <[email protected]>
1 parent fefd2b1 commit ddbd246

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/samples/runtime-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ spec:
77
replicas: 1
88
executor: containerd-shim-spin
99
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+
1016
sqliteDatabases:
1117
- name: "default"
1218
type: "libsql"

0 commit comments

Comments
 (0)