Files
homelab/k8s/state/core/authentik.yaml

22 lines
442 B
YAML
Raw Normal View History

2025-04-05 22:11:00 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2025-04-06 00:28:24 +01:00
name: authentik
2025-04-05 22:11:00 +01:00
namespace: argocd
spec:
project: homelab
destination:
2025-04-06 00:28:24 +01:00
namespace: authentik
2025-04-05 23:37:59 +01:00
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
2025-04-06 00:28:24 +01:00
path: k8s/core/authentik
2025-04-05 22:11:00 +01:00
syncPolicy:
automated:
2025-04-05 23:10:45 +01:00
selfHeal: true
2025-04-05 23:37:59 +01:00
prune: true
2025-04-05 23:44:46 +01:00
syncOptions:
- CreateNamespace=true
2025-04-05 22:11:00 +01:00