-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,8 +88,9 @@ type VSHNForgejoServiceSpec struct { | |
// This also enables strict hostname checking for this FQDN. | ||
FQDN []string `json:"fqdn,omitempty"` | ||
|
||
// Forgejosettings contains additional Forgejo settings. | ||
Forgejosettings string `json:"forgejosettings,omitempty"` | ||
// AdminEmail contains the email address of the admin user. | ||
// If it's not set, admin user is going to be: [email protected] | ||
AdminEmail string `json:"adminEmail,omitempty"` | ||
|
||
// +kubebuilder:validation:Enum="besteffort";"guaranteed" | ||
// +kubebuilder:default="besteffort" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4834,8 +4834,10 @@ spec: | |
service: | ||
description: Service contains Forgejo DBaaS specific properties | ||
properties: | ||
forgejosettings: | ||
description: Forgejosettings contains additional Forgejo settings. | ||
adminEmail: | ||
description: |- | ||
AdminEmail contains the email address of the admin user. | ||
If it's not set, admin user is going to be: [email protected] | ||
type: string | ||
fqdn: | ||
description: |- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5558,8 +5558,10 @@ spec: | |
service: | ||
description: Service contains Forgejo DBaaS specific properties | ||
properties: | ||
forgejosettings: | ||
description: Forgejosettings contains additional Forgejo settings. | ||
adminEmail: | ||
description: |- | ||
AdminEmail contains the email address of the admin user. | ||
If it's not set, admin user is going to be: [email protected] | ||
type: string | ||
fqdn: | ||
description: |- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters