From a960a0f7dac485f35462315900a62dbb19c0c779 Mon Sep 17 00:00:00 2001 From: Supriya Kharade Date: Thu, 2 May 2019 17:15:10 -0700 Subject: [PATCH] Update kanister helm chart for profile to Assign empty string to unspecified field (#5551) * Assign empty string to unspecified field * Address review suggestion --- helm/profile/templates/profile.yaml | 6 +++--- helm/profile/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/profile/templates/profile.yaml b/helm/profile/templates/profile.yaml index 443fcb3f43..40d5ad6fb0 100644 --- a/helm/profile/templates/profile.yaml +++ b/helm/profile/templates/profile.yaml @@ -26,9 +26,9 @@ metadata: location: type: {{ .Values.location.type | quote }} bucket: {{ .Values.location.bucket | quote }} - endpoint: {{ .Values.location.endpoint | quote }} - prefix: {{ .Values.location.prefix | quote }} - region: {{ .Values.location.region | quote }} + endpoint: {{ .Values.location.endpoint }} + prefix: {{ .Values.location.prefix }} + region: {{ .Values.location.region }} credential: type: keyPair keyPair: diff --git a/helm/profile/values.yaml b/helm/profile/values.yaml index 06d446b7ff..3bd571fa3b 100644 --- a/helm/profile/values.yaml +++ b/helm/profile/values.yaml @@ -8,9 +8,9 @@ profileName: location: type: bucket: - endpoint: - prefix: - region: + endpoint: "" + prefix: "" + region: "" aws: accessKey: