Skip to content

Commit

Permalink
Fix an yaml file error which could cause image pull failure
Browse files Browse the repository at this point in the history
  • Loading branch information
WanLinghao committed Jan 15, 2019
1 parent a767ad8 commit cec643c
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 cec643c

Please sign in to comment.