forked from k-space/kube
prometheus-operator: Pin SNMP exporter
This commit is contained in:
parent
3a69c1a210
commit
95597c3103
@ -13,9 +13,9 @@ spec:
|
||||
app: snmp-exporter
|
||||
spec:
|
||||
containers:
|
||||
- image: prom/snmp-exporter:latest
|
||||
- image: prom/snmp-exporter:v0.22.0
|
||||
name: snmp-exporter
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user