Skip to content

Commit

Permalink
remove pg.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Feb 11, 2025
1 parent 7ade65f commit 756e9c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions database/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ objects:
name: ${REPO}-${ZONE}-${COMPONENT}-run
- mountPath: /pgconf
name: ${REPO}-${ZONE}-${COMPONENT}-setupcfg
- mountPath: /pgdata/userdata/pg_hba.conf
name: ${REPO}-${ZONE}-${COMPONENT}-config
subPath: pg_hba.conf
dnsPolicy: ClusterFirst
restartPolicy: Always
volumes:
Expand All @@ -271,9 +268,6 @@ objects:
claimName: ${REPO}-${ZONE}-${COMPONENT}
- name: ${REPO}-${ZONE}-${COMPONENT}-run
emptyDir: {}
- name: ${REPO}-${ZONE}-${COMPONENT}-config
configMap:
name: ${REPO}-${ZONE}-${COMPONENT}-config
- name: ${REPO}-${ZONE}-${COMPONENT}-setupcfg
configMap:
name: ${REPO}-${ZONE}-${COMPONENT}-setupcfg
Expand Down

0 comments on commit 756e9c7

Please sign in to comment.