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.
1 parent ee6d508 commit 965a534Copy full SHA for 965a534
compiled/resources.yaml
@@ -12219,6 +12219,14 @@ spec:
12219
envFrom:
12220
- secretRef:
12221
name: secret-postgres
12222
+ volumeMounts:
12223
+ - mountPath: /home/coder/.postgresql
12224
+ name: pg-certs-mount
12225
+ readOnly: true
12226
+ volumes:
12227
+ - configMap:
12228
+ name: pg-certs-mount-config-map
12229
12230
---
12231
# Source: coder-observability/templates/statefulset-runbook-viewer.yaml
12232
apiVersion: apps/v1
0 commit comments