Skip to content

Commit

Permalink
Merge pull request #15998 from Katharine/crier-needs-the-build-cluster
Browse files Browse the repository at this point in the history
Add build cluster secret to crier
  • Loading branch information
k8s-ci-robot authored Jan 23, 2020
2 parents a982e7e + 3e3ead3 commit a1c4f60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ spec:
- --gcs-credentials-file=/etc/service-account/service-account.json
- --kubernetes-gcs-workers=1
- --kubernetes-report-fraction=0.1
- --build-cluster=/etc/cluster/cluster
volumeMounts:
- mountPath: /etc/cluster
name: cluster
readOnly: true
- name: config
mountPath: /etc/config
readOnly: true
Expand Down Expand Up @@ -77,3 +81,7 @@ spec:
- name: service-account
secret:
secretName: service-account
- name: cluster
secret:
defaultMode: 420
secretName: build-cluster

0 comments on commit a1c4f60

Please sign in to comment.