Install to default namespace:
helm install <name> .
Install to namespace:
helm install <name> . -n <namespace>
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.
helm delete <name> -n <namespace>