Skip to content

Commit

Permalink
Merge pull request #1182 from kargakis/fix-azure-jobs-cm
Browse files Browse the repository at this point in the history
Fix azure jobs configmap names
  • Loading branch information
0xmichalis authored Aug 14, 2018
2 parents 3977fda + ab6245a commit 2b1a9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ postsubmits:
volumes:
- name: job-definition
configMap:
name: prow-job-cluster-launch-installer-e2e-azure
name: prow-job-cluster-launch-e2e-azure
- name: cluster-secrets-azure
projected:
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ presubmits:
volumes:
- name: job-definition
configMap:
name: prow-job-cluster-launch-installer-e2e-azure
name: prow-job-cluster-launch-e2e-azure
- name: cluster-secrets-azure
projected:
sources:
Expand Down

0 comments on commit 2b1a9ba

Please sign in to comment.