Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5203 from lzhecheng/use-acr-access…
Browse files Browse the repository at this point in the history
…-tokens-image

[CI] Use ACR for access-tokens image
  • Loading branch information
k8s-ci-robot authored Jan 4, 2024
2 parents 0ad112e + 3d42e1d commit 42ef3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kubemark/configs/access-tokens/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
imagePullPolicy: Always
containers:
- name: access-tokens
image: gcr.io/k8s-testimages/perf-tests-util/access-tokens:v0.0.6
image: aksci.azurecr.io/perf-tests-util/access-tokens:v0.0.6
args:
{{range $tokenId := Loop .Tokens}}
- --access-token-dirs=/var/tokens/{{$name}}-{{$tokenId}}
Expand Down

0 comments on commit 42ef3c6

Please sign in to comment.