Skip to content

Instantly share code, notes, and snippets.

@Nurlan199206
Last active April 24, 2023 12:32
Show Gist options
  • Save Nurlan199206/58a173aec0c4035f60ab568a5deaad2d to your computer and use it in GitHub Desktop.
Save Nurlan199206/58a173aec0c4035f60ab568a5deaad2d to your computer and use it in GitHub Desktop.
helm cheat sheet
helm install redis . --namespace=test
helm get values redis --namespace=test
helm ls --namespace=test
helm repo search redis
helm get manifest mongo
helm repo add camunda https://helm.camunda.io
helm repo update
helm pull camunda/camunda-platform - скачать из репозитория на локальный сервер.
helm upgrade --debug --install admin-front --namespace=ttc-dev --set image.name=git.test.kz/service-18275 -f values.yaml .
helm upgrade --debug --install http-telegram-notify-stage --namespace=ttc-dev --set image.name=git.test.kz/service-18275 -f values.yaml .
helm install server-test . --namespace=ttc-dev
helm upgrade --debug --install server-test --namespace=ttc-dev --set image.name=git.test.kz/service-18275 -f values.yaml .
helm upgrade --debug --install naimi-server-cron --namespace=ttc-dev --set image.name=git.test.kz/service-18275 -f values.yaml .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment