Skip to content

Commit 62c14f7

Browse files
Updated the subnetwork value (#327)
1 parent 0124805 commit 62c14f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helm/db-controller/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ controllerConfig:
155155
region: us-east-1
156156
project: gcp-eng-ddiaas-dev
157157
network: "ddiaas-dev-use1-vpc"
158-
subnetwork: private-service-connect
158+
# This value is only used for gcp
159+
subnetwork: "psc-{{ .Values.env }}-subnet"
159160
numbackupstoretain: 3
160161
# The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups.
161162
# Setting this parameter to 0 disables automated backups (in case of Aurora, 0 is N/A and will be set to 1 by default).

0 commit comments

Comments
 (0)