Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TYPO: Update values.yaml #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/dremio_v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ distStorage:
# - When using "auto" authentication, Dremio uses Google Application Default Credentials to
# authenticate. This is platform dependent and may not be available in all Kubernetes clusters.
# - Note: When using a GCS bucket on GKE, we recommend enabling Workload Identity and configuring
# a Kubernetes Service Accountfor Dremio with an associated workload identity that
# a Kubernetes Service Account for Dremio with an associated workload identity that
# has access to the GCS bucket.
# credentials: If using serviceAccountKeys authentication, uncomment the credentials section below.
gcp:
Expand Down Expand Up @@ -433,7 +433,7 @@ distStorage:
# </property>

# Dremio Start Parameters
# Uncomment the below lines to provide extra start paramaters to be passed directly to Dremio during startup.
# Uncomment the below lines to provide extra start parameters to be passed directly to Dremio during startup.
#extraStartParams: >-
# -DsomeKey=someValue

Expand All @@ -453,7 +453,7 @@ distStorage:
extraVolumes: []

# Extra Volume Mounts
# Array to add extra volume mounts to all Dremio resources, normally used in conjunction wtih extraVolumes.
# Array to add extra volume mounts to all Dremio resources, normally used in conjunction with extraVolumes.
extraVolumeMounts: []

# Dremio Service
Expand Down