-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is your feature request related to a problem? Please describe.
Currently, only url and database that can be configured within this operator. see
ghost-operator/pkg/apis/ghost/v1alpha1/ghostapp_types.go
Lines 56 to 62 in 2066cb9
| // GhostConfigSpec defines related ghost configuration based on https://ghost.org/docs/concepts/config | |
| // TODO (prksu): we need support all ghost configuration since we reference this spec as ghost config too. | |
| type GhostConfigSpec struct { | |
| URL string `json:"url"` | |
| Database GhostDatabaseSpec `json:"database"` | |
| } |
Describe the solution you'd like
We should add more config options. see https://ghost.org/docs/concepts/config/ for detail ghost config
/kind feature
/help
/good-first-issue
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.