- Created authentik.pod file for proper pod definition - Removed superfluous authentik-pod.container file - Updated container templates to reference pod correctly - Issue: Quadlet still reports 'pod authentik is not Quadlet based' - Container services not being generated (only pod service works)
10 lines
219 B
YAML
10 lines
219 B
YAML
---
|
|
# Authentik Role Dependencies
|
|
dependencies:
|
|
- role: postgresql
|
|
- role: valkey
|
|
- role: podman
|
|
- role: caddy
|
|
|
|
# No modifications to infrastructure roles required
|
|
# Authentik role is completely self-contained |