Skip to content

Commit

Permalink
[Platform] Add new configuration options for K8s discovery API (#67)
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 authored Jun 11, 2021
1 parent f6bbe98 commit e6a0b0f
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 @@ -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 {
Expand Down

0 comments on commit e6a0b0f

Please sign in to comment.