1
0
Fork 0
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:
Frank Jogeleit 2021-02-20 22:15:35 +01:00 committed by GitHub
parent b3257a0f38
commit 56ea40740b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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