Files
home-server/clusters/noble/bootstrap/argocd/app-of-apps/trivy-dashboard-application.yaml

31 lines
1.0 KiB
YAML

# Bootstrap app-of-apps leaf: Trivy Operator Dashboard (web UI for vulnerability/config CRDs).
# OAuth at the edge: Traefik ForwardAuth → oauth2-proxy (OIDC with Authentik); see **trivy/dashboard-values.yaml**.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: noble-trivy-dashboard
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
sources:
# OCI Helm: **path** must be **.** per https://argo-cd.readthedocs.io/en/stable/user-guide/oci/
- repoURL: oci://ghcr.io/raoulx24/charts/trivy-operator-dashboard
path: .
targetRevision: 1.8.0
helm:
releaseName: trivy-operator-dashboard
valueFiles:
- $values/clusters/noble/apps/trivy/dashboard-values.yaml
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: trivy-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true