Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more ghost config options #9

Open
prksu opened this issue Jan 3, 2020 · 1 comment
Open

Add more ghost config options #9

prksu opened this issue Jan 3, 2020 · 1 comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.

Comments

@prksu
Copy link
Contributor

prksu commented Jan 3, 2020

Is your feature request related to a problem? Please describe.
Currently, only url and database that can be configured within this operator. see

// 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

@prksu-bot
Copy link
Contributor

@prksu:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

Is your feature request related to a problem? Please describe.
Currently, only url and database that can be configured within this operator. see

// 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

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@prksu-bot prksu-bot added kind/feature Categorizes issue or PR as related to a new feature. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Jan 3, 2020
@prksu prksu changed the title Support more ghost config options Add more ghost config options Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants