Skip to content

Commit

Permalink
INCIDENT - move pgdump to the primary db
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Mar 26, 2024
1 parent 7d15019 commit c1603c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloudnative-pg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloudnative-pg
description: Create a Postgresql database cluster on AWS EKS using cloudnative-pg.io and any required AWS resources via crossplane.io.
type: application
version: 0.0.8
version: 0.0.9
kubeVersion: ">=1.24.0-0"
keywords:
- postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ spec:
- name: S3PATH
value: "s3://{{ .Values.aws.resourcePrefix }}{{ .Values.stackId }}/stegostore/"
- name: PGHOST
value: "postgres-ro"
value: "postgres-rw"
restartPolicy: Never
{{- end }}

0 comments on commit c1603c6

Please sign in to comment.