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:
Matt Moyer
2021-06-03 15:25:09 -05:00
parent b5ed4e6a13
commit df78e00df3
5 changed files with 16 additions and 10 deletions
+2 -3
View File
@@ -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"