Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#43 from WanLinghao/yaml_fix
Browse files Browse the repository at this point in the history
Fix an yaml file error which could cause image pull failure
  • Loading branch information
k8s-ci-robot authored Jun 17, 2019
2 parents e303a5e + cec643c commit c593ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-adapter-deploy/testing-adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ spec:
serviceAccountName: custom-metrics-apiserver
containers:
- name: custom-metrics-apiserver
image: REGISTRY/k8s-test-metrics-adapter:latest
image: REGISTRY/k8s-test-metrics-adapter-amd64:latest
imagePullPolicy: IfNotPresent
args:
- /adapter
- --secure-port=6443
Expand Down

0 comments on commit c593ffc

Please sign in to comment.