diff --git a/argocd-apps-operators/crds-bootstrap.yaml b/argocd-apps-operators/crds-bootstrap.yaml deleted file mode 100644 index c1d63fc..0000000 --- a/argocd-apps-operators/crds-bootstrap.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: crds-bootstrap - namespace: argocd -spec: - project: operators - source: - repoURL: https://git.dvirlabs.com/dvirlabs/operators.git - path: crds/ - targetRevision: master - directory: - recurse: true - destination: - server: https://kubernetes.default.svc - namespace: operators - syncPolicy: - syncOptions: - - ApplyOutOfSyncOnly=true - - ServerSideApply=true \ No newline at end of file