Skip to content

Commit b079bc8

Browse files
committed
Fix EBS id Volume for staging
1 parent 48f7258 commit b079bc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

values.production.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ osm-seed:
4444
accessMode: ReadWriteOnce
4545
mountPath: /var/lib/postgresql/data
4646
subPath: postgresql-db
47-
AWS_ElasticBlockStore_volumeID: vol-0d06904bb508e31b9
47+
AWS_ElasticBlockStore_volumeID: vol-0595bcb6ac2ba84a3
4848
AWS_ElasticBlockStore_size: 600Gi
4949
resources:
5050
enabled: true

values.staging.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ osm-seed:
4747
accessMode: ReadWriteOnce
4848
mountPath: /var/lib/postgresql/data
4949
subPath: postgresql-db
50-
AWS_ElasticBlockStore_volumeID : vol-001f9c55b42984b18
50+
AWS_ElasticBlockStore_volumeID : vol-0d06904bb508e31b9
5151
AWS_ElasticBlockStore_size: 200Gi
5252
resources:
5353
enabled: false

0 commit comments

Comments
 (0)