Skip to content
Snippets Groups Projects
Commit 94f1a867 authored by bravof's avatar bravof
Browse files

fix(snmp): using alpine instead of busybox to run command


Signed-off-by: default avatarbravof <fbravo@whitestack.com>
parent b66d70f1
No related branches found
No related tags found
1 merge request!48fix(snmp): using alpine instead of busybox to run command
......@@ -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
......
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