Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Use array instead of csv string for allowedpersistenceregions configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
Jimmy Lin committed Sep 11, 2020
1 parent 0b884c2 commit 4179e22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/core/configmaps/data-residency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: config-data-residency
namespace: cloud-run-events
data:
_example: |
_example: |
################################
# #
# EXAMPLE CONFIGURATION #
Expand All @@ -37,4 +37,6 @@ data:
# messagestoragepolicy.allowedpersistenceregions field specifies
# all the allowed regions for data residency. The default or an empty value will
# mean no data residency requirement.
messagestoragepolicy.allowedpersistenceregions: "us-east1,us-west1"
messagestoragepolicy.allowedpersistenceregions:
- us-east1
- us-west1

0 comments on commit 4179e22

Please sign in to comment.