Skip to content

Commit

Permalink
Merge pull request #16083 from claudiubelu/e2e-test-images-add-window…
Browse files Browse the repository at this point in the history
…s-certs

Image Promoter: Adds Windows certs for the k/k e2e test images job
  • Loading branch information
k8s-ci-robot authored Feb 4, 2020
2 parents 7054056 + 022dcb8 commit a98df39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/jobs/image-pushing/k8s-staging-e2e-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,16 @@ postsubmits:
volumeMounts:
- name: creds
mountPath: /creds
- name: windows-cert
mountPath: /root/.docker-1809
- name: windows-cert
mountPath: /root/.docker-1903
- name: windows-cert
mountPath: /root/.docker-1909
volumes:
- name: creds
secret:
secretName: deployer-service-account
- name: windows-cert
secret:
secretName: windows-img-promoter-cert

0 comments on commit a98df39

Please sign in to comment.