Skip to content

Commit

Permalink
Removing the redundant quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Saladi committed Nov 21, 2023
1 parent 8c81236 commit 5f088e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ rabbitmq:
command:
- sh
- -ec
- curl -f --user {{ .Values.auth.username }}:$RABBITMQ_PASSWORD 127.0.0.1:{{ .Values.containerPorts.manager }}/api/health/checks/virtual-hosts"
- curl -f --user {{ .Values.auth.username }}:$RABBITMQ_PASSWORD 127.0.0.1:{{ .Values.containerPorts.manager }}/api/health/checks/virtual-hosts
customReadinessProbe:
exec:
command:
Expand Down

0 comments on commit 5f088e0

Please sign in to comment.