Skip to content

Commit

Permalink
corrected image name in e2e test pod
Browse files Browse the repository at this point in the history
Signed-off-by: Syed Nihal <[email protected]>
  • Loading branch information
wasim-nihal committed Feb 29, 2024
1 parent 878988c commit 128c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ spec:
serviceAccountName: sample-acc
containers:
- name: sidecar
image: k8s-sidecar:testing
image: kiwigrid/k8s-sidecar:testing
command: [ "python" , "-u" , "sidecar.py" , "--req-username-file=/opt/creds/username" , "--req-password-file=/opt/creds/password"]
imagePullPolicy: IfNotPresent
volumeMounts:
Expand Down

0 comments on commit 128c189

Please sign in to comment.