Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 1cbf1d0

Browse files
authored
Merge pull request #1239 from HotelsDotCom/bug/kiam-server-image-configurable
KIAMImage should affect server as well as client.
2 parents acab53a + 78acd7d commit 1cbf1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controlplane/config/templates/cloud-config-controller

+1-1
Original file line numberDiff line numberDiff line change
@@ -5066,7 +5066,7 @@ write_files:
50665066
secretName: kiam-server-tls
50675067
containers:
50685068
- name: kiam
5069-
image: quay.io/uswitch/kiam:v2.5
5069+
image: {{.KIAMImage.RepoWithTag}}
50705070
imagePullPolicy: Always
50715071
command:
50725072
- /server

0 commit comments

Comments
 (0)