Skip to content

Commit e6eedea

Browse files
authored
fix: add plugins to deck (#65)
1 parent c1b751b commit e6eedea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

prow/templates/deck-deployment.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spec:
3535
- --spyglass=true
3636
- --github-token-path=/etc/github/oauth
3737
- --github-oauth-config-file=/etc/githuboauth/secret
38+
- --plugin-config=/etc/plugins/plugins.yaml
3839
ports:
3940
- name: http
4041
containerPort: 8080
@@ -56,6 +57,9 @@ spec:
5657
- name: cookie-secret
5758
mountPath: /etc/cookie
5859
readOnly: true
60+
- name: plugins
61+
mountPath: /etc/plugins
62+
readOnly: true
5963
livenessProbe:
6064
httpGet:
6165
path: /healthz
@@ -84,4 +88,7 @@ spec:
8488
secretName: {{ .Values.secrets.githubToken }}
8589
- name: cookie-secret
8690
secret:
87-
secretName: deck-cookie
91+
secretName: deck-cookie
92+
- name: plugins
93+
configMap:
94+
name: plugins

0 commit comments

Comments
 (0)