Skip to content

Commit

Permalink
fix: use different aws region for cas than us-east-1
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed May 21, 2024
1 parent df36dea commit 7b65f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/src/network/cas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub fn cas_stateful_set_spec(
},
EnvVar {
name: "AWS_REGION".to_owned(),
value: Some("us-east-1".to_owned()),
value: Some("us-east-2".to_owned()),
..Default::default()
},
EnvVar {
Expand Down

0 comments on commit 7b65f86

Please sign in to comment.