jfelten / gitea-helm-chart

MIT License
76 stars 66 forks source link

[Feature]Final Installation via initialization #40

Closed caryyu closed 4 years ago

caryyu commented 4 years ago

The goal of this ticket is to have a default admin credential in k8s secret (whatever the name is) by first initializing this helm chart without second initialization, in the current approach, there has a manual click/input with more configs on the site to finalize the installation, which's what I want to prevent:

Administration information from installing panel(should be generated/stored into a secret)

Proposal Idea:

Via https://docs.gitea.io/en-us/command-line/

I think Option 1 looks more reasonable and comfortable because of Option 2 will always have an extra container stopped once post-init accomplished.

caryyu commented 4 years ago

I made an approach for myself already