Skip to content

Helm charts for deploying the components of Eddy Analytics Platform

Notifications You must be signed in to change notification settings

EddyAnalytics/eddy-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for the Eddy Analytics Platform

Installation instructions:

  1. Edit values.yaml to your liking, defaults should work
  2. helm dependency update
  3. export RELEASE_NAME=eddy-demo
  4. helm upgrade --cleanup-on-fail --install $RELEASE_NAME . --namespace eddy --values values.yaml

Subsequent upgrades:

  1. export RELEASE_NAME=eddy-demo
  2. export MYSQL_ROOT_PASSWORD=$(kubectl get secret --namespace eddy $RELEASE_NAME-mysql -o jsonpath="{.data.mysql-root-password}" | base64 --decode)
  3. helm upgrade --cleanup-on-fail --install $RELEASE_NAME . --namespace eddy --values values.yaml --set mysql.auth.rootPassword=$MYSQL_ROOT_PASSWORD

About

Helm charts for deploying the components of Eddy Analytics Platform

Resources

Stars

Watchers

Forks

Packages

No packages published