Skip to content
Snippets Groups Projects
Verified Commit 63845424 authored by David Hoese's avatar David Hoese
Browse files

Force default user password as a test

parent d9882467
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ deploy_prod_rabbit: ...@@ -109,7 +109,7 @@ deploy_prod_rabbit:
- kubeconfig=$(basename $kubekorner_k3s_config) - kubeconfig=$(basename $kubekorner_k3s_config)
# install third-party rabbitmq server # install third-party rabbitmq server
- helm repo add bitnami https://charts.bitnami.com/bitnami - helm repo add bitnami https://charts.bitnami.com/bitnami
- helm upgrade -v 2 --install --kubeconfig $kubeconfig -f production/values-geosphere-rabbit.yaml --namespace $ns geosphere-rabbit bitnami/rabbitmq - helm upgrade -v 2 --install --kubeconfig $kubeconfig -f production/values-geosphere-rabbit.yaml --set auth.password="user" --namespace $ns geosphere-rabbit bitnami/rabbitmq
rules: rules:
- if: '$kubekorner_k3s_config == ""' - if: '$kubekorner_k3s_config == ""'
when: never when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment