From e6a0b0f0224d9ff78ebbace99bd1f22f614b41f4 Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Fri, 11 Jun 2021 09:56:43 +0530 Subject: [PATCH] [Platform] Add new configuration options for K8s discovery API (#67) 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 e88f82d259..9370309eaf 100644 --- a/stable/yugaware/templates/configs.yaml +++ b/stable/yugaware/templates/configs.yaml @@ -62,6 +62,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 {