diff --git a/longhorn/helm-longhorn.yaml b/longhorn/helm-longhorn.yaml index c0efdab..0fd501b 100644 --- a/longhorn/helm-longhorn.yaml +++ b/longhorn/helm-longhorn.yaml @@ -3,8 +3,6 @@ kind: Application metadata: name: helm-longhorn namespace: argocd - annotations: - argocd.argoproj.io/tracking-method: annotation finalizers: - resources-finalizer.argocd.argoproj.io spec: diff --git a/longhorn/kustomization.yaml b/longhorn/kustomization.yaml index e3524c2..c0b7aff 100644 --- a/longhorn/kustomization.yaml +++ b/longhorn/kustomization.yaml @@ -7,4 +7,7 @@ resources: - helm-longhorn.yaml - ingress.yaml - volume-snapshot.yaml -- https://github.com/kubernetes-csi/external-snapshotter/client/config/crd \ No newline at end of file +- https://github.com/kubernetes-csi/external-snapshotter/client/config/crd + +patches: +- path: tracking-patch.yaml \ No newline at end of file