Last active
April 24, 2023 12:32
-
-
Save Nurlan199206/58a173aec0c4035f60ab568a5deaad2d to your computer and use it in GitHub Desktop.
helm cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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