Skip to content

Commit

Permalink
Helm: Change default image pull policy to Always
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jun 4, 2020
1 parent 01d5025 commit 0fca667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dockerRegistrySecret: regsecret
#noProxy: localhost
#ftpProxy: proxy.corp.net
#socksProxy: sock-proxy.corp.net
imagePullPolicy: IfNotPresent
imagePullPolicy: Always

console:
cookieDomain:
Expand Down

0 comments on commit 0fca667

Please sign in to comment.