From b7d5e84594603f9bdd22a6d5b95f936df31a5d9f Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Wed, 12 May 2021 13:00:49 +0530 Subject: [PATCH] [Platform] Add new configuration options for K8s discovery API This adds the two new configuration options required by the Kubernetes discovery API which is introduced in https://github.com/yugabyte/yugabyte-db/pull/8371 Test plan: - Upgraded existing Helm release, the API works as expected. Signed-off-by: Bhavin Gandhi --- stable/yugaware/templates/configs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stable/yugaware/templates/configs.yaml b/stable/yugaware/templates/configs.yaml index dbf02ca3f1..e362fd0c18 100644 --- a/stable/yugaware/templates/configs.yaml +++ b/stable/yugaware/templates/configs.yaml @@ -74,6 +74,8 @@ data: health.default_email = "{{ .Values.yugaware.health.email }}" health.ses_email_username = "{{ .Values.yugaware.health.username }}" health.ses_email_password = "{{ .Values.yugaware.health.password }}" + kubernetes.storageClass = "{{ .Values.yugaware.storageClass }}" + kubernetes.pullSecretName = "{{ .Values.image.pullSecret }}" } play.filters {