apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: headlamp namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default sources: - repoURL: https://kubernetes-sigs.github.io/headlamp/ chart: headlamp targetRevision: "0.31.0" # TODO: verify latest via `helm search repo headlamp/headlamp --versions` helm: valueFiles: - $values/platform/apps/headlamp/values.yaml - repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-platform.git targetRevision: main ref: values - repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-platform.git targetRevision: main path: platform/apps/headlamp directory: exclude: "{application.yaml,values.yaml}" destination: server: https://kubernetes.default.svc namespace: headlamp syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - SkipDryRunOnMissingResource=true