Skip to content

Commit a837cbd

Browse files
authored
Prevent prettier from breaking container command (#388)
1 parent 9607833 commit a837cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/toolhive/guides-registry/deployment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ For further details about user grants read the
3030
[Application user privileges](./database.mdx#application-user-privileges)
3131
sections.
3232

33+
{/* prettier-ignore */}
3334
```yaml title="deployment.yaml"
3435
apiVersion: apps/v1
3536
kind: Deployment
@@ -51,8 +52,7 @@ spec:
5152
command:
5253
- /bin/sh
5354
- -c
54-
- cp /cfg/* /thv/ && chmod 0600 /thv/pgpass && chown 65532:65532
55-
/thv/pgpass
55+
- cp /cfg/* /thv/ && chmod 0600 /thv/pgpass && chown 65532:65532 /thv/pgpass
5656
volumeMounts:
5757
- name: thv
5858
mountPath: /thv

0 commit comments

Comments
 (0)