Skip to content

Commit 965a534

Browse files
committed
chore: make lint
1 parent ee6d508 commit 965a534

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

compiled/resources.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12219,6 +12219,14 @@ spec:
1221912219
envFrom:
1222012220
- secretRef:
1222112221
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+
name: pg-certs-mount
1222212230
---
1222312231
# Source: coder-observability/templates/statefulset-runbook-viewer.yaml
1222412232
apiVersion: apps/v1

0 commit comments

Comments
 (0)