diff --git a/authentik/helmrelease-authentik.yaml b/authentik/helmrelease-authentik.yaml index 0f2ec9f..822fb2e 100644 --- a/authentik/helmrelease-authentik.yaml +++ b/authentik/helmrelease-authentik.yaml @@ -126,9 +126,8 @@ spec: redis: # -- set the redis hostname to talk to # @default -- `{{ .Release.Name }}-redis-master` - #host: "redis-master.redis-system.svc.cluster.local" - host: "{{ .Release.Name }}-redis-master" - password: "" + host: "redis-master.redis-system.svc.cluster.local" + #password: "" # -- List of config maps to mount blueprints from. Only keys in the # configmap ending with ".yaml" wil be discovered and applied @@ -278,7 +277,7 @@ spec: tag: 15.4.0-debian-11-r0 redis: # -- enable the bundled bitnami redis chart - enabled: true + enabled: false architecture: standalone auth: enabled: false