mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 23:23:39 +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:
@@ -68,8 +68,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: dex
|
||||
image: ghcr.io/dexidp/dex:v2.27.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: #@ data.values.dex_image
|
||||
command:
|
||||
- /usr/local/bin/dex
|
||||
- serve
|
||||
|
||||
Reference in New Issue
Block a user