Skip to content

Commit

Permalink
authentik: ci: add extraContainers testing (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: WrenIX <dev@wrenix.eu>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
  • Loading branch information
3 people committed Mar 15, 2024
1 parent 78a269f commit ffbcec6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions charts/authentik/ci/ct-extracontainer-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
authentik:
log_level: debug
secret_key: 5up3r53cr37K3y
postgresql:
password: au7h3n71k

postgresql:
enabled: true
auth:
password: au7h3n71k
persistence:
enabled: false

redis:
enabled: true

worker:
extraContainers:
- name: sidecar-blueprints
image: ghcr.io/kiwigrid/k8s-sidecar:latest
server:
extraContainers:
- name: sidecar-blueprints
image: ghcr.io/kiwigrid/k8s-sidecar:latest

0 comments on commit ffbcec6

Please sign in to comment.