Skip to content
forked from okar1/yc-helm

Образ helm для деплоя в яндекс-облако

Notifications You must be signed in to change notification settings

vilyansky/yc-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yandex cloud helm

Example usage

- name: Try to execute helm -n prod ls
  uses: okar1/yc-helm@master
  with:
    SA_KEY: <your service account private key (json form)>
    K8S_CLUSTER_ID: sdy7mdj48shjrtshk657 (you can find it at k8s cluster properties page)
    HELM_ARGS: -n prod ls

(eng) This will log into yandex cloud managed k8s and execute a command "helm" with specified args

(rus) Логинимся в k8s кластер в Яндекс-облаке и выполняем helm с указанными аргументами

Outputs

none

About

Образ helm для деплоя в яндекс-облако

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.8%
  • Shell 46.2%