mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-18 22:14:22 +00:00
Switch to GHCR tools images for local tests, with imagePullPolicy: IfNotPresent.
This is more consistent with our CI environment. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -26,6 +26,7 @@ spec:
|
||||
containers:
|
||||
- name: proxy
|
||||
image: #@ data.values.proxy_image
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3128
|
||||
@@ -48,6 +49,7 @@ spec:
|
||||
failureThreshold: 2
|
||||
- name: accesslogs
|
||||
image: #@ data.values.proxy_image
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
|
||||
Reference in New Issue
Block a user