File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ type SMTPConnection struct {
193
193
Server string `json:"server"`
194
194
// [port](https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.port)
195
195
Port uint16 `json:"port,omitempty"`
196
- // +kubebuilder:default:="openid profile"
197
196
// [default_from](https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.default_from)
198
197
DefaultFrom string `json:"defaultFrom,omitempty"`
199
198
// [default_to](https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.default_to)
Original file line number Diff line number Diff line change @@ -999,7 +999,6 @@ spec:
999
999
When an optional parameter is not specified then Zuul's defaults apply
1000
1000
properties :
1001
1001
defaultFrom :
1002
- default : openid profile
1003
1002
description : ' [default_from](https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.default_from)'
1004
1003
type : string
1005
1004
defaultTo :
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ _Appears in:_
348
348
| ` name ` _ string_ | How the connection will be named in Zuul's configuration and appear in zuul-web | -|
349
349
| ` server ` _ string_ | [ server] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.server ) | -|
350
350
| ` port ` _ integer_ | [ port] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.port ) | -|
351
- | ` defaultFrom ` _ string_ | [ default_from] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.default_from ) | {openid profile} |
351
+ | ` defaultFrom ` _ string_ | [ default_from] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.default_from ) | - |
352
352
| ` defaultTo ` _ string_ | [ default_to] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.default_to ) | -|
353
353
| ` user ` _ string_ | [ user] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.user ) | -|
354
354
| ` password ` _ string_ | [ password] ( https://zuul-ci.org/docs/zuul/latest/drivers/smtp.html#attr-%3Csmtp%20connection%3E.password ) | -|
You can’t perform that action at this time.
0 commit comments