mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Fix image.pullPolicy default value
This commit is contained in:
parent
b3257a0f38
commit
56ea40740b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ loki:
|
|||
host: http://loki.loki-stack.svc.cluster.local:3100
|
||||
image:
|
||||
repository: fjogeleit/policy-reporter
|
||||
pullPolicy: Always
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.2.0
|
||||
imagePullSecrets: []
|
||||
service:
|
||||
|
@ -14,4 +14,4 @@ resources:
|
|||
cpu: 10m
|
||||
limits:
|
||||
memory: 100Mi
|
||||
cpu: 50m
|
||||
cpu: 50m
|
||||
|
|
Loading…
Reference in a new issue