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 e6d8c0d28d22085ed7fc7ed0a87694f22da83931..212da7db17fa17a4e464c4720237f393e7fb63a9 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 @@ -16,8 +16,8 @@ spec: spec: initContainers: - name: cleanup - image: "alpine:latest" - command: ['sh', '-c', 'rm -f /etc/snmp_exporter/generator.yml'] + image: "ubuntu:18.04" + command: ['bash', '-c', 'rm -f /etc/snmp_exporter/generator.yml'] volumeMounts: - name: config-volume mountPath: /etc/snmp_exporter