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

Don't make rabbit deployment dependent on artifacts

parent 63845424
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,8 @@ deploy_prod_rabbit: ...@@ -110,6 +110,8 @@ deploy_prod_rabbit:
# 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 --set auth.password="user" --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
# this job doesn't actually need any artifacts from previous jobs
dependencies: []
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