Skip to content

Add more ghost config options #9

@ahmadnurus

Description

@ahmadnurus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueDenotes 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.kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions