Skip to content

thebuttonclan/kuber-youtrack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtrack helm chart

Create Pod

Install to default namespace: helm install <name> .

Install to namespace: helm install <name> . -n <namespace>

Get access token

Youtrack will ask you to finalize the setup. To get authentication token:

  • ssh into a pod shell kubectl exec --stdin --tty <podname> -- /bin/bash
  • Grab token cat /opt/youtrack/conf/internal/services/configurationWizard/wizard_token.txt

Use this to complete configuration.

Remove Pod

helm delete <name> -n <namespace>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%