Skip to content

Commit

Permalink
#OB-553 fix: Deployment issue fixes for OCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmya-dixit committed Jan 3, 2024
1 parent 0ab18b2 commit 823071e
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,11 @@ public {
}
}
cloud_storage_type="{{cloud_service_provider}}"
storage.key.config="{{cloud_public_storage_accountname}}"
storage.secret.config="{{cloud_public_storage_secret}}"
public.storage.key.config="{{cloud_public_storage_accountname}}"
public.storage.secret.config="{{cloud_public_storage_secret}}"
# Setting cloud storage keys here is not required as it is taking from env
#storage.key.config="{{cloud_public_storage_accountname}}"
#storage.secret.config="{{cloud_public_storage_secret}}"
#public.storage.key.config="{{cloud_public_storage_accountname}}"
#public.storage.secret.config="{{cloud_public_storage_secret}}"
cloud_storage_endpoint_with_protocol="{{cloud_storage_url}}"
metrics.time.interval.min=30
cache.refresh.time.interval.min=1440
Expand Down

0 comments on commit 823071e

Please sign in to comment.