Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 13, 2023
1 parent 55f09c9 commit b54eecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/helm/zippy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.7
version: 0.1.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion infra/helm/zippy/templates/rabbitmq-job-vhost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
sleep 5
done
rabbitmqctl -n ${{ .nodeName }} await_startup
rabbitmqctl -n {{ .nodeName }} await_startup
rabbitmqctl -n {{ .nodeName }} add_vhost {{ .vhost | quote }}
rabbitmqctl -n {{ .nodeName }} set_permissions -p {{ .vhost | quote }} ${RABBITMQ_USER} '.*' '.*' '.*'
env:
Expand Down

0 comments on commit b54eecc

Please sign in to comment.