Adds configuration for automated install of authentik#72
Adds configuration for automated install of authentik#72simonkaiser9 wants to merge 1 commit intogoauthentik:mainfrom simonkaiser9:automated-install
Conversation
|
I saw the missing dependencies when testing locally as well and bumped the versions to more current charts. I did not feel competent to make the changes here as well as I cannot make sure, that the newer versions work without any regressions... |
goauthentik/helm#72 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
Hi, thanks for the PR! I reckon it'll probably be easier if we make the prefix of the bootstrap variables match the normal prefix rather than add extra logic |
…3031) goauthentik/helm#72 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
@BeryJu That makes even more sense, I was wondering why AK_ADMIN has a different prefix to begin with but did not think about making the correct change. I'll close this PR then. Thanks for the change! |
|
Yeah I initially added the options for testing and didn't really expect many people besides me to use them, so I never really thought about their usage with helm |
|
I think it's a really cool use case actually. I have a cluster configured with argocd, that I can deploy with authentik pre-configured which gives me access to connected micro services in the cluster. That's really neat. |
Adds configuration options for automated install of Authentik for helm installs.
Using the env configurations did not work out for me, as these were prefixed in the templates and I think it makes sense to have the options more prominently.