helm
helm copied to clipboard
Helm chart for authentik
**Describe your question/** Hi, I'm using `ArgoCD` with `Helm` to deploy Authentik to my k8s cluster. **Relevant info** Kube version: `v1.28.8+k3s1` ArgoCD: `2.10.6` Authentik Helm Chart Version: `2024.2.2` **Screenshots** If...
Scenario: 1. Exist private repository where Argo will be read information about aplication. Argo intalled on Oracle VPS => Kubernetes. In my case I had one aplicaiton, which read other...
I like to follow security guide lines, which say nobody should use the "default" serviceAccount of an namespace ... so i like to create my own serviceAccount and assign it...
I might be missing something obvious but with kubernetes and the traefik ingress it seems like I am seeing only internal IPs on users like `fd00::6`. Is there a way...
Currently there doesn't seem to be any way to influence gunicorn log level.
Scenario: 1. Exist private repository where Argo will be read information about aplication. Argo intalled on Oracle VPS => Kubernetes. In my case I had one application, which read other...
I ran into a slight issue that happened since the helm chart split the worker and server deployment. The worker will now happily generate a service account (via a non-configurable...
Hey Authentik team. I just wanted to say thank you for all your hard work, I am loving Authentik, and I am keen to see it grow! In my particular...
fix: - https://github.com/goauthentik/authentik/issues/4558 - https://github.com/goauthentik/authentik/issues/4119 Helm values: ```yaml serviceAccount: create: true sidecar: blueprints: enabled: true namespace: "ALL" ``` normally just current namespace Collects ConfigMaps and Secrets based on label and...