Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2024
1 parent 903f4df commit a163356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/clusters/awi-ciroh-2/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ basehub:
- jameshalgren
- arpita0911patel
- sepehrkrz
- benlee0423
- benlee0423
8 changes: 4 additions & 4 deletions terraform/gcp/projects/awi-ciroh-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ k8s_versions = {
user_buckets = {
"scratch-staging" : {
"delete_after" : 7,
"uniform_bucket_level_access_only": true
"uniform_bucket_level_access_only" : true
},
"scratch" : {
"delete_after" : 7,
"uniform_bucket_level_access_only": true
"uniform_bucket_level_access_only" : true
},
"persistent-staging" : {
"delete_after" : null,
"uniform_bucket_level_access_only": true
"uniform_bucket_level_access_only" : true
},
"persistent" : {
"delete_after" : null,
"uniform_bucket_level_access_only": true
"uniform_bucket_level_access_only" : true
}
}

Expand Down

0 comments on commit a163356

Please sign in to comment.