We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prettier
1 parent 9607833 commit a837cbdCopy full SHA for a837cbd
docs/toolhive/guides-registry/deployment.mdx
@@ -30,6 +30,7 @@ For further details about user grants read the
30
[Application user privileges](./database.mdx#application-user-privileges)
31
sections.
32
33
+{/* prettier-ignore */}
34
```yaml title="deployment.yaml"
35
apiVersion: apps/v1
36
kind: Deployment
@@ -51,8 +52,7 @@ spec:
51
52
command:
53
- /bin/sh
54
- -c
- - cp /cfg/* /thv/ && chmod 0600 /thv/pgpass && chown 65532:65532
55
- /thv/pgpass
+ - cp /cfg/* /thv/ && chmod 0600 /thv/pgpass && chown 65532:65532 /thv/pgpass
56
volumeMounts:
57
- name: thv
58
mountPath: /thv
0 commit comments