Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDP-1236] Fix SDP helm chart defaults and minimal-values #86

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

marwen-abid
Copy link
Contributor

  • Small fixes when running this Chart using the minimal-values.yaml
  • Changed default background job processing to Scheduler instead of Kafka for an easier minimal setup
  • Fixed Anchor secrets that were being generated from the ConfigMap

Testing this locally

  1. Pre-requisites

    1. docker desktop
    2. kubectl in command line
    3. helm in command line
  2. Enable Kubernetes in docker-desktop settings

  3. Switch to docker-desktop kubernetes context

kubectl config use-context docker-desktop
  1. Install the Stellar helm chart
  • Add the Stellar helm repository
helm repo add stellar https://helm.stellar.org/charts
  • Copy minimal values
curl -LJO https://raw.githubusercontent.com/stellar/stellar-disbursement-platform-backend/develop/helmchart/sdp/minimal-values.yaml
  • Customize minimal values
  1. Install SDP
helm install sdp -f minimal-values.yaml stellar/stellar-disbursement-platform
Screenshot 2024-06-10 at 5 57 02 PM

@marwen-abid marwen-abid requested review from marcelosalloum, ziyliu, reecexlm and a team June 10, 2024 17:04
@marwen-abid marwen-abid self-assigned this Jun 10, 2024
@marwen-abid marwen-abid force-pushed the bugfix/SDP-1236-fix-sdp-helm-defaults branch from eb4e22b to c22552c Compare June 10, 2024 17:14
Copy link
Contributor

@marcelosalloum marcelosalloum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I've just left one question below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants