feat: add Radar K8s dashboard with Authentik OIDC

This commit is contained in:
alexandrev-tibco
2026-05-12 15:40:34 +02:00
parent 88fcce4962
commit 539df114a0
2 changed files with 75 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: radar
namespace: argocd
spec:
project: default
sources:
- repoURL: https://skyhook-io.github.io/helm-charts
chart: radar
targetRevision: "*"
helm:
releaseName: radar
valueFiles:
- $values/apps/radar/values.yaml
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: radar
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true