Skip to content

Commit

Permalink
[Platform] Add new configuration options for K8s discovery API
Browse files Browse the repository at this point in the history
This adds the two new configuration options required by the Kubernetes
discovery API which is introduced in
yugabyte/yugabyte-db#8371

Test plan:
- Upgraded existing Helm release, the API works as expected.

Signed-off-by: Bhavin Gandhi <[email protected]>
  • Loading branch information
bhavin192 committed May 12, 2021
1 parent f120cb2 commit b7d5e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stable/yugaware/templates/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b7d5e84

Please sign in to comment.