Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-7240 - next try
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 27, 2024
1 parent d819321 commit 35e3c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/mongo-repset/templates/statefulset.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: mongo-exporter
image: {{ MONGO_EXPORTER_IMAGE_NAME }}:{{ MONGO_EXPORTER_IMAGE_TAG }}
imagePullPolicy: IfNotPresent
args: ["--compatible-mode", "--collect-all" ]
args: ["--compatible-mode", "--collect-all --bind_ip_all" ]
envFrom:
- secretRef:
name: mongo-secret
Expand Down

0 comments on commit 35e3c4d

Please sign in to comment.