drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Drupal Log in #99

Closed canasa21 closed 3 years ago

canasa21 commented 3 years ago

Hello, we had another team install Drupal in Azure but did not provide our team with credentials. Examining the Azure YAML file the user name is listed as admin and the password is commented out. Would it have been possible to install drupalwxt/helm-drupal with those defaults? I'm not familiar with Drupal in Azure but I would imagine they could simply redeploy the YAML file? Thank you.

sylus commented 3 years ago

Hi @canasa21 you mean they installed this helm chart in AKS?

By default we don't provide a password since when that var is left empty. Instead it will be auto generated if that variable is not set. Usually people would leverage their CI/CD solutions to pass this variable via and helm set using an environment variable that was passed.

https://github.com/drupalwxt/helm-drupal/blob/master/drupal/templates/secret/drupal.yaml#L20

If you don't have your admin password you can always login to the container and run drush uli to reset your password as well.