We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b751b commit e6eedeaCopy full SHA for e6eedea
prow/templates/deck-deployment.yaml
@@ -35,6 +35,7 @@ spec:
35
- --spyglass=true
36
- --github-token-path=/etc/github/oauth
37
- --github-oauth-config-file=/etc/githuboauth/secret
38
+ - --plugin-config=/etc/plugins/plugins.yaml
39
ports:
40
- name: http
41
containerPort: 8080
@@ -56,6 +57,9 @@ spec:
56
57
- name: cookie-secret
58
mountPath: /etc/cookie
59
readOnly: true
60
+ - name: plugins
61
+ mountPath: /etc/plugins
62
+ readOnly: true
63
livenessProbe:
64
httpGet:
65
path: /healthz
@@ -84,4 +88,7 @@ spec:
84
88
secretName: {{ .Values.secrets.githubToken }}
85
89
86
90
secret:
87
- secretName: deck-cookie
91
+ secretName: deck-cookie
92
93
+ configMap:
94
+ name: plugins
0 commit comments