# ------------------------------------------------------------------------------ # Application: skyway # Wave 11 — after monitoring # Kubernetes web UI — token auth now, OIDC via Authentik deferred (parking lot) # ------------------------------------------------------------------------------ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: skyway namespace: argocd annotations: argocd.argoproj.io/sync-wave: "11" spec: project: default sources: - repoURL: https://kubernetes-sigs.github.io/headlamp/ chart: headlamp targetRevision: 0.42.0 helm: valueFiles: - $values/cluster/applications/skyway/values.yaml - repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git targetRevision: main path: cluster/applications/skyway ref: values directory: exclude: "application.yaml" destination: server: https://kubernetes.default.svc namespace: skyway syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true ignoreDifferences: - group: apps kind: Deployment jsonPointers: - /spec/template/spec/hostUsers