Fix minor typo in synapse guest module README
This commit is contained in:
@@ -64,7 +64,7 @@ The module is not published to a python registry, but we provide a docker contai
|
|||||||
# ...
|
# ...
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
+ # The init container copies the module to he `synapse-modules` volume
|
+ # The init container copies the module to the `synapse-modules` volume
|
||||||
+ initContainers:
|
+ initContainers:
|
||||||
+ - image: ghcr.io/element-hq/synapse-guest-module:<version>
|
+ - image: ghcr.io/element-hq/synapse-guest-module:<version>
|
||||||
+ name: install-guest-module
|
+ name: install-guest-module
|
||||||
|
|||||||
Reference in New Issue
Block a user