This repository was archived by the owner on May 7, 2024. It is now read-only.

Description
I am trying to use a Helm chart to automatically deploy Konga on a Kubernetes cluster, and I would like two settings to be done automatically for a minimal usability:
- Create an admin account with a certain password.
- Automatically configure a Connection with the URL of my kong admin service.
Apparently, it seems there are no variables for this.
I would expect to be able to pass to Docker something like:
KONGA_ADMIN_USER=myadmin
KONGA_ADMIN_PASSWD=mypasswd
KONGA_ADMIN_EMAIL=konga@github.com
and
KONGA_CONN_NAME=Kong
KONGA_CONN_TYPE=Default
KONGA_CONN_URL=http://kong-kong-admin:8001
Is there already any way to accomplish this target by other means? Thanks a lot.