Files
homelab/k8s/core/auth-proxy/app.yaml
T

22 lines
470 B
YAML
Raw Normal View History

2026-05-04 18:06:37 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2026-05-05 14:56:56 +01:00
name: auth-proxy
2026-05-04 18:06:37 +01:00
namespace: argocd
spec:
project: core
destination:
2026-05-05 14:56:56 +01:00
namespace: auth-proxy
2026-05-04 18:06:37 +01:00
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
2026-05-05 14:56:56 +01:00
path: k8s/core/auth-proxy
2026-05-04 18:06:37 +01:00
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true