Skip to content
Snippets Groups Projects
Commit 7bc30e7f authored by lavado's avatar lavado
Browse files

Merge branch 'snmp_package2' into 'master'

fix(initcontainers): getting rid of cleanup container and changing it by a readinessprobe

See merge request !60
parents b9691c9e 613e17f8
No related branches found
No related tags found
1 merge request!60fix(initcontainers): getting rid of cleanup container and changing it by a readinessprobe
......@@ -42,7 +42,7 @@ spec:
command:
- /bin/sh
- -c
- if [ -f "/etc/snmp_exporter/generator.yml" ]; then touch /internalcomm/ok.init; fi
- if [ -f "/etc/snmp_exporter/generator.yml" ]; then touch /etc/internalcomm/ok.init; fi
livenessProbe:
exec:
command:
......
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