apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cilium namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default # Helm TLS material for Hubble is rotated/generated; Argo SSA and CLI helm # upgrades both touch Secret data and cause apply conflicts unless ignored. ignoreDifferences: - group: "" kind: Secret name: hubble-server-certs namespace: kube-system jqPathExpressions: - .data destination: server: https://kubernetes.default.svc namespace: kube-system sources: - repoURL: https://helm.cilium.io/ chart: cilium targetRevision: 1.16.6 helm: valueFiles: - $values/clusters/noble/apps/cilium/helm-values.yaml - repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git targetRevision: HEAD ref: values syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - RespectIgnoreDifferences=true