Skip to content

Commit

Permalink
chore: use configmap default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Dec 26, 2024
1 parent 813b20a commit 1576f60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chart/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
- name: scripts
configMap:
name: postgresql-scripts
defaultMode: 0755

initContainers:
- command:
Expand Down Expand Up @@ -73,9 +74,7 @@ spec:
initialDelaySeconds: 15
exec:
command:
- /bin/bash
- -c
- bash /post-startup.sh
- /post-startup.sh
volumeMounts:
- name: dshm
mountPath: /dev/shm
Expand Down

0 comments on commit 1576f60

Please sign in to comment.