diff --git a/apps/appsets/workflows.yaml b/apps/appsets/workflows.yaml deleted file mode 100644 index f3bb0de6..00000000 --- a/apps/appsets/workflows.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: ApplicationSet -metadata: - name: uc-workflows -spec: - syncPolicy: - preserveResourcesOnDeletion: true - goTemplate: true - goTemplateOptions: ["missingkey=error"] - generators: - - clusters: - selector: - matchLabels: - argocd.argoproj.io/secret-type: cluster - template: - metadata: - name: '{{.name}}-uc-workflows' - spec: - project: default - sources: - - repoURL: '{{index .metadata.annotations "uc_deploy_git_url"}}' - targetRevision: '{{index .metadata.annotations "uc_deploy_ref"}}' - path: 'argo-workflows' - directory: - recurse: true - include: '{*/deps/*.yaml,*/sensors/*.yaml,*/workflowtemplates/*.yaml}' - exclude: '*/*/*example*' - destination: - server: '{{.server}}' - namespace: argo-events - syncPolicy: - automated: - selfHeal: true diff --git a/apps/kustomization.yaml b/apps/kustomization.yaml index d3d74b8d..efdae6ff 100644 --- a/apps/kustomization.yaml +++ b/apps/kustomization.yaml @@ -6,4 +6,3 @@ resources: - appsets/operators.yaml - appsets/components.yaml - appsets/openstack.yaml -- appsets/workflows.yaml