diff --git a/clusters/cl01tl/helm/stack/templates/application-set.yaml b/clusters/cl01tl/helm/stack/templates/application-set.yaml index fba81ac42..0f4705470 100644 --- a/clusters/cl01tl/helm/stack/templates/application-set.yaml +++ b/clusters/cl01tl/helm/stack/templates/application-set.yaml @@ -26,8 +26,6 @@ spec: exclude: true - path: clusters/cl01tl/manifests/metrics-server exclude: true - - path: clusters/cl01tl/manifests/kubelet-serving-cert-approver - exclude: true - path: clusters/cl01tl/manifests/prometheus-operator-crds exclude: true template: diff --git a/clusters/cl01tl/helm/stack/templates/application.yaml b/clusters/cl01tl/helm/stack/templates/application.yaml index 43ec678c0..43beea113 100644 --- a/clusters/cl01tl/helm/stack/templates/application.yaml +++ b/clusters/cl01tl/helm/stack/templates/application.yaml @@ -156,44 +156,6 @@ spec: - ServerSideApply=true - PruneLast=true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kubelet-serving-cert-approver - namespace: argocd - labels: - app.kubernetes.io/name: kubelet-serving-cert-approver - app.kubernetes.io/instance: argocd - app.kubernetes.io/part-of: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure - targetRevision: manifests - path: clusters/cl01tl/manifests/kubelet-serving-cert-approver - destination: - name: in-cluster - namespace: kubelet-serving-cert-approver - revisionHistoryLimit: 3 - syncPolicy: - automated: - prune: true - selfHeal: false - retry: - limit: 3 - backoff: - duration: 1m - factor: 2 - maxDuration: 15m - syncOptions: - - CreateNamespace=true - - ApplyOutOfSyncOnly=true - - ServerSideApply=true - - PruneLast=true - --- apiVersion: argoproj.io/v1alpha1 kind: Application