Skip to content

Commit

Permalink
Merge pull request kubernetes#13861 from mirandachrist/plugins
Browse files Browse the repository at this point in the history
Add plugin config to deck
  • Loading branch information
k8s-ci-robot authored Aug 12, 2019
2 parents 85dddeb + b156b4b commit 93842c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prow/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-oauth-config-file=/etc/githuboauth/secret
- --plugin-config=/etc/plugins/plugins.yaml
volumeMounts:
- name: oauth-config
mountPath: /etc/githuboauth
Expand All @@ -76,6 +77,9 @@ spec:
- name: oauth-token
mountPath: /etc/github
readOnly: true
- name: plugins
mountPath: /etc/plugins
readOnly: true
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -109,3 +113,6 @@ spec:
- name: job-config
configMap:
name: job-config
- name: plugins
configMap:
name: plugins

0 comments on commit 93842c6

Please sign in to comment.