Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Nov 12, 2024
1 parent 40fb64a commit b7f4595
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions charts/edge-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ globals:
## For example: us-east-1
region: ""

# This section configures where the deployment will upload files you wish to import into a primary site
# This section configures where the deployment will upload files you wish to import.
upload:
# Upload to either a Foxglove-hosted or self-managed primary site.
# Values: "self-managed", "hosted"
primarySiteMode: self-managed
# The cloud provider where the self-managed primary site inbox bucket lives.
# If `primarySiteMode` is set to `hosted`, these values are ignored.
# The cloud provider where the self-managed primary site inbox bucket lives. Ignored if
# `primarySiteMode` is set to `hosted`.
# Values: aws, azure, google_cloud
provider:
# The self-managed primary site inbox bucket name
# The self-managed primary site inbox bucket name. Ignored if `primarySiteMode` is set to
# `hosted`.
bucketName:

# Configuration for recording storage, defaults to the persistent volume configured by
Expand Down

0 comments on commit b7f4595

Please sign in to comment.