From df037e19ad2923b8fdba0428c0b2d724818192f3 Mon Sep 17 00:00:00 2001 From: Vitalii Tverdokhlib Date: Mon, 21 Aug 2023 09:44:05 +0300 Subject: [PATCH] TYPO: Update values.yaml --- charts/dremio_v2/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dremio_v2/values.yaml b/charts/dremio_v2/values.yaml index b145328d..06383eb8 100644 --- a/charts/dremio_v2/values.yaml +++ b/charts/dremio_v2/values.yaml @@ -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: @@ -433,7 +433,7 @@ distStorage: # # 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 @@ -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