From 613e17f88a50316be5b6808bc0e0edb17e973b77 Mon Sep 17 00:00:00 2001 From: bravof Date: Tue, 7 Jul 2020 16:12:30 -0400 Subject: [PATCH] fix(initcontainers): getting rid of cleanup container and changing it by a readinessprobe --- .../eechart/charts/snmpexporter/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/deployment.yaml b/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/deployment.yaml index 8b690bbb..535a8be4 100644 --- a/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/deployment.yaml +++ b/snmp_ee_vnf/helm-charts/eechart/charts/snmpexporter/templates/deployment.yaml @@ -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: -- GitLab