mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-09 17:46:04 +00:00
Parameterize our test images in ytt.
These are images we use for local and some CI testing. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -25,8 +25,7 @@ spec:
|
||||
emptyDir: {}
|
||||
containers:
|
||||
- name: proxy
|
||||
image: projects.registry.vmware.com/pinniped/test-forward-proxy
|
||||
imagePullPolicy: Always
|
||||
image: #@ data.values.proxy_image
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3128
|
||||
@@ -48,7 +47,7 @@ spec:
|
||||
periodSeconds: 5
|
||||
failureThreshold: 2
|
||||
- name: accesslogs
|
||||
image: debian:10.8-slim
|
||||
image: #@ data.values.proxy_image
|
||||
command:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
|
||||
Reference in New Issue
Block a user