We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0124805 commit 62c14f7Copy full SHA for 62c14f7
helm/db-controller/values.yaml
@@ -155,7 +155,8 @@ controllerConfig:
155
region: us-east-1
156
project: gcp-eng-ddiaas-dev
157
network: "ddiaas-dev-use1-vpc"
158
- subnetwork: private-service-connect
+ # This value is only used for gcp
159
+ subnetwork: "psc-{{ .Values.env }}-subnet"
160
numbackupstoretain: 3
161
# The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups.
162
# 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